Searched defs:notificationResponsiveness (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareRequest.java98 * @param notificationResponsiveness (milliseconds) Defines the best-effort description
105 public void setNotificationResponsiveness(int notificationResponsiveness) { argument
106 mNotificationResponsiveness = notificationResponsiveness;
/frameworks/base/services/core/java/com/android/server/location/
H A DFlpHardwareProvider.java250 int notificationResponsiveness,
369 int notificationResponsiveness,
376 notificationResponsiveness,
246 nativeModifyGeofenceOption( int geofenceId, int lastTransition, int monitorTransitions, int notificationResponsiveness, int unknownTimer, int sourcesToUse) argument
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp914 jint notificationResponsiveness,
924 notificationResponsiveness,
908 ModifyGeofenceOption( JNIEnv* env, jobject object, jint geofenceId, jint lastTransition, jint monitorTransitions, jint notificationResponsiveness, jint unknownTimer, jint sourcesToUse) argument

Completed in 119 milliseconds