Home
last modified time | relevance | path

Searched defs:lastTransition (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssGeofenceProxy.java36 public int lastTransition; field in GnssGeofenceProxy.GeofenceEntry
65 double longitude, double radius, int lastTransition, int monitorTransitions, in addCircularHardwareGeofence()
/aosp14/frameworks/base/services/core/jni/gnss/
H A DGnssGeofence.cpp45 int lastTransition, int monitorTransitions, in addGeofence()
82 int lastTransition, int monitorTransitions, in addGeofence()
/aosp14/frameworks/base/location/java/android/location/
H A DIFusedGeofenceHardware.aidl88 in int lastTransition, in modifyGeofenceOptions()
H A DIGpsGeofenceHardware.aidl28 longitude, double radius, int lastTransition, int monitorTransition, in addCircularHardwareGeofence()
/aosp14/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareRequest.java70 public void setLastTransition(int lastTransition) { in setLastTransition()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
H A DFakeGnssHal.java194 int lastTransition, int monitorTransitions, int notificationResponsiveness, in GnssHalGeofence()
627 int lastTransition, int monitorTransitions, int notificationResponsiveness, in addGeofence()
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
H A DGnssNative.java896 int lastTransition, int monitorTransitions, int notificationResponsiveness, in addGeofence()
1469 double radius, int lastTransition, int monitorTransitions, in addGeofence()
1638 double longitude, double radius, int lastTransition, int monitorTransitions, in native_add_geofence()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityRecordTests.java1232 final Transition lastTransition = testPlayer.mLastTransit; in testFinishActivityIfPossible_collectToExistingTransition() local