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

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareRequest.java95 * @param notificationResponsiveness (milliseconds) Defines the best-effort description
102 public void setNotificationResponsiveness(int notificationResponsiveness) { argument
103 mNotificationResponsiveness = notificationResponsiveness;
/frameworks/base/services/java/com/android/server/location/
H A DFlpHardwareProvider.java229 int notificationResponsiveness,
351 int notificationResponsiveness,
358 notificationResponsiveness,
225 nativeModifyGeofenceOption( int geofenceId, int lastTransition, int monitorTransitions, int notificationResponsiveness, int unknownTimer, int sourcesToUse) argument
/frameworks/base/services/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp908 jint notificationResponsiveness,
918 notificationResponsiveness,
902 ModifyGeofenceOption( JNIEnv* env, jobject object, jint geofenceId, jint lastTransition, jint monitorTransitions, jint notificationResponsiveness, jint unknownTimer, jint sourcesToUse) argument

Completed in 128 milliseconds