first commit
[bylock.git] / sources / com / google / android / gms / location / ActivityRecognitionResult.java
blobf64501496d9d7dd0c6dd390954a0489386ddc944
1 package com.google.android.gms.location;
3 import android.os.Parcel;
4 import com.google.android.gms.common.internal.safeparcel.SafeParcelable;
5 import java.util.List;
7 public class ActivityRecognitionResult implements SafeParcelable {
8 public static final a a = new a();
9 List b;
10 long c;
11 long d;
12 private final int e = 1;
14 public ActivityRecognitionResult(int i, List list, long j, long j2) {
15 this.b = list;
16 this.c = j;
17 this.d = j2;
20 public int a() {
21 return this.e;
24 public int describeContents() {
25 return 0;
28 public String toString() {
29 return "ActivityRecognitionResult [probableActivities=" + this.b + ", timeMillis=" + this.c + ", elapsedRealtimeMillis=" + this.d + "]";
32 public void writeToParcel(Parcel parcel, int i) {
33 a.a(this, parcel, i);