Searched defs:sourcesUsed (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
H A DFlpHardwareProvider.java217 int sourcesUsed) {
226 sourcesUsed);
212 onGeofenceTransition( int geofenceId, Location location, int transition, long timestamp, int sourcesUsed) argument
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java476 int sourcesUsed) {
486 monitoringType + ", sourcesUsed:" + sourcesUsed);
495 sourcesUsed);
812 int sourcesUsed) {
818 mSourcesUsed = sourcesUsed;
470 reportGeofenceTransition( int geofenceId, Location location, int transition, long transitionTimestamp, int monitoringType, int sourcesUsed) argument
806 GeofenceTransition( int geofenceId, int transition, long timestamp, Location location, int monitoringType, int sourcesUsed) argument

Completed in 1203 milliseconds