Home
last modified time | relevance | path

Searched refs:getWorkSource (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/location/lib/java/com/android/location/provider/
H A DProviderRequestUnbundled.java122 .setWorkSource(mRequest.getWorkSource()) in getLocationRequests()
130 public @NonNull WorkSource getWorkSource() { in getWorkSource() method in ProviderRequestUnbundled
131 return mRequest.getWorkSource(); in getWorkSource()
H A DLocationProviderBase.java386 onSetRequest(new ProviderRequestUnbundled(request), request.getWorkSource()); in setRequest()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiLockManager.java275 mergedWS.add(lock.getWorkSource()); in createMergedWorkSource()
415 setBlameHiPerfWs(lock.getWorkSource(), shouldBlame); in setBlameHiPerfLocks()
538 addWsToLlWatchList(lock.getWorkSource()); in addLock()
585 removeWsFromLlWatchList(wifiLock.getWorkSource()); in releaseLock()
891 protected WorkSource getWorkSource() { in getWorkSource() method in WifiLockManager.WifiLock
H A DLocalOnlyHotspotRequestInfo.java120 public @NonNull WorkSource getWorkSource() { in getWorkSource() method in LocalOnlyHotspotRequestInfo
H A DWifiServiceImpl.java1778 startSoftApInternal(mActiveConfig, request.getWorkSource()); in startForFirstRequestLocked()
/aosp12/frameworks/base/location/java/android/location/provider/
H A DProviderRequest.java170 public @NonNull WorkSource getWorkSource() { in getWorkSource() method in ProviderRequest
/aosp12/frameworks/base/location/lib/api/
H A Dcurrent.txt62 …onNull @RequiresApi(android.os.Build.VERSION_CODES.S) public android.os.WorkSource getWorkSource();
/aosp12/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusedLocationProvider.java275 .setWorkSource(mRequest.getWorkSource())
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java2597 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in updateServiceLocationWithPackageName()
2976 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in getCellLocation()
3113 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in getAllCellInfo()
3132 getWorkSource(Binder.getCallingUid())); in requestCellInfoUpdate()
3190 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in setCellInfoListRate()
5575 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in nvReadItem()
5600 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in nvWriteItem()
6472 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in setNrDualConnectivityState()
6498 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in isNrDualConnectivityEnabled()
7859 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in requestModemActivityInfo()
[all …]
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/provider/
H A DLocationProviderManagerTest.java902 assertThat(mProvider.getRequest().getWorkSource()).isNotNull(); in testProviderRequest()
915 assertThat(mProvider.getRequest().getWorkSource()).isNotNull(); in testProviderRequest()
923 assertThat(mProvider.getRequest().getWorkSource()).isNotNull(); in testProviderRequest()
/aosp12/frameworks/base/services/core/java/com/android/server/location/
H A DLocationManagerService.java746 || !request.getWorkSource().isEmpty(); in registerLocationPendingIntent()
765 if (!request.getWorkSource().isEmpty()) { in validateLocationRequest()
789 WorkSource workSource = new WorkSource(request.getWorkSource()); in validateLocationRequest()
/aosp12/frameworks/base/location/java/android/location/
H A DLocationRequest.java759 public @NonNull WorkSource getWorkSource() { in getWorkSource() method in LocationRequest
/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssLocationProvider.java843 if (mProviderRequest == null || mProviderRequest.getWorkSource() == null) { in updateRequirements()
850 updateClientUids(mProviderRequest.getWorkSource()); in updateRequirements()
/aosp12/frameworks/base/services/core/java/com/android/server/location/provider/
H A DLocationProviderManager.java344 Preconditions.checkArgument(!request.getWorkSource().isEmpty()); in Registration()
750 mWakeLock.setWorkSource(request.getWorkSource()); in LocationRegistration()
2216 workSource.add(registration.getRequest().getWorkSource());
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt4979 method @NonNull public android.os.WorkSource getWorkSource();
5096 method @NonNull public android.os.WorkSource getWorkSource();