Searched defs:getNotificationResponsiveness (Results 1 - 2 of 2) 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

Completed in 63 milliseconds