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

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareRequestParcelable.java68 public int getMonitorTransitions() { method in class:GeofenceHardwareRequestParcelable
69 return mRequest.getMonitorTransitions();
126 builder.append(mRequest.getMonitorTransitions());
181 parcel.writeInt(getMonitorTransitions());
H A DGeofenceHardwareRequest.java155 public int getMonitorTransitions() { method in class:GeofenceHardwareRequest
H A DGeofenceHardwareImpl.java250 request.getMonitorTransitions(),
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_FlpHardwareProvider.cpp344 jmethodID getMonitorTransitions = env->GetMethodID( local
346 "getMonitorTransitions",
350 getMonitorTransitions);

Completed in 790 milliseconds