OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notificationresponsiveness
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/location/java/android/location/
IGpsGeofenceHardware.aidl
29
int
notificationResponsiveness
, int unknownTimer);
IFusedGeofenceHardware.aidl
79
* @param
notificationResponsiveness
The notification responsivness needed.
90
in int
notificationResponsiveness
,
/frameworks/base/core/java/android/hardware/location/
GeofenceHardwareRequest.java
95
* @param
notificationResponsiveness
(milliseconds) Defines the best-effort description
102
public void setNotificationResponsiveness(int
notificationResponsiveness
) {
103
mNotificationResponsiveness =
notificationResponsiveness
;
IGeofenceHardware.aidl
32
int
notificationResponsiveness
, int unknownTimer,in IGeofenceHardwareCallback callback);
GeofenceHardwareService.java
91
notificationResponsiveness
, int unknownTimer, IGeofenceHardwareCallback callback) {
96
radius, lastTransition, monitorTransitions,
notificationResponsiveness
,
GeofenceHardwareImpl.java
222
"
NotificationResponsiveness
: " + notificationResponsivenes +
[
all
...]
/frameworks/base/services/java/com/android/server/location/
FlpHardwareProvider.java
229
int
notificationResponsiveness
,
351
int
notificationResponsiveness
,
358
notificationResponsiveness
,
GpsLocationProvider.java
[
all
...]
/frameworks/base/services/jni/
com_android_server_location_FlpHardwareProvider.cpp
908
jint
notificationResponsiveness
,
918
notificationResponsiveness
,
Completed in 105 milliseconds