Searched refs:getNotificationResponsiveness (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareRequestParcelable.java82 public int getNotificationResponsiveness() { method in class:GeofenceHardwareRequestParcelable
83 return mRequest.getNotificationResponsiveness();
128 builder.append(mRequest.getNotificationResponsiveness());
183 parcel.writeInt(getNotificationResponsiveness());
H A DGeofenceHardwareRequest.java169 public int getNotificationResponsiveness() { method in class:GeofenceHardwareRequest
H A DGeofenceHardwareImpl.java290 request.getNotificationResponsiveness(),
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp434 jmethodID getNotificationResponsiveness = env->GetMethodID( local
436 "getNotificationResponsiveness",
440 getNotificationResponsiveness);

Completed in 86 milliseconds