Home
last modified time | relevance | path

Searched refs:addToWorkSource (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/geofence/
DGeofenceManager.java107 mWakeLock.setWorkSource(identity.addToWorkSource(null)); in GeofenceRegistration()
424 workSource = registration.getIdentity().addToWorkSource(workSource); in mergeRegistrations()
/frameworks/base/location/java/android/location/util/identity/
DCallerIdentity.java188 public WorkSource addToWorkSource(@Nullable WorkSource workSource) { in addToWorkSource() method in CallerIdentity
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java804 identity.addToWorkSource(workSource); in validateLocationRequest()