1 package com
.google
.android
.gms
.location
;
3 import android
.os
.Parcel
;
4 import com
.google
.android
.gms
.common
.internal
.safeparcel
.SafeParcelable
;
7 public class ActivityRecognitionResult
implements SafeParcelable
{
8 public static final a a
= new a();
12 private final int e
= 1;
14 public ActivityRecognitionResult(int i
, List list
, long j
, long j2
) {
24 public int describeContents() {
28 public String
toString() {
29 return "ActivityRecognitionResult [probableActivities=" + this.b
+ ", timeMillis=" + this.c
+ ", elapsedRealtimeMillis=" + this.d
+ "]";
32 public void writeToParcel(Parcel parcel
, int i
) {