HomeSort by relevance Sort by last modified time
    Searched defs:ActivityRecognitionEvent (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/hardware/location/
ActivityRecognitionEvent.java 27 public class ActivityRecognitionEvent implements Parcelable {
32 public ActivityRecognitionEvent(String activity, int eventType, long timestampNs) {
50 public static final Creator<ActivityRecognitionEvent> CREATOR =
51 new Creator<ActivityRecognitionEvent>() {
53 public ActivityRecognitionEvent createFromParcel(Parcel source) {
58 return new ActivityRecognitionEvent(activity, eventType, timestampNs);
62 public ActivityRecognitionEvent[] newArray(int size) {
63 return new ActivityRecognitionEvent[size];
  /frameworks/base/location/lib/java/com/android/location/provider/
ActivityRecognitionEvent.java 23 public class ActivityRecognitionEvent {
28 public ActivityRecognitionEvent(String activity, int eventType, long timestampNs) {
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 155 milliseconds