Home
last modified time | relevance | path

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

/packages/modules/Connectivity/nearby/tests/unit/src/android/nearby/
DScanRequestTest.java45 private static WorkSource getWorkSource() { in getWorkSource() method in ScanRequestTest
60 assertThat(request.getWorkSource().isEmpty()).isTrue(); in testScanRequestBuilder()
84 WorkSource workSource = getWorkSource(); in testSetWorkSource()
90 assertThat(request.getWorkSource()).isEqualTo(workSource); in testSetWorkSource()
102 assertThat(request.getWorkSource().isEmpty()).isTrue(); in testSetWorkSource_nullValue()
108 WorkSource workSource = getWorkSource(); in testToString()
137 WorkSource workSource = getWorkSource(); in testParceling()
/packages/modules/Connectivity/nearby/tests/cts/fastpair/src/android/nearby/cts/
DScanRequestTest.java87 assertThat(request.getWorkSource().isEmpty()).isTrue(); in testSetWorkSource_nullValue()
94 WorkSource workSource = getWorkSource(); in testToString()
194 private static WorkSource getWorkSource() { in getWorkSource() method in ScanRequestTest
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiLockManager.java270 mergedWS.add(lock.getWorkSource()); in createMergedWorkSource()
412 setBlameHiPerfWs(lock.getWorkSource(), shouldBlame); in setBlameHiPerfLocks()
535 addWsToLlWatchList(lock.getWorkSource()); in addLock()
582 removeWsFromLlWatchList(wifiLock.getWorkSource()); in releaseLock()
867 protected WorkSource getWorkSource() { in getWorkSource() method in WifiLockManager.WifiLock
DLocalOnlyHotspotRequestInfo.java125 public @NonNull WorkSource getWorkSource() { in getWorkSource() method in LocalOnlyHotspotRequestInfo
DHalDeviceManager.java843 ifaceInfo.requestorWsHelper.getWorkSource())); in reportImpactToCreateIface()
849 ifaceInfo.requestorWsHelper.getWorkSource())); in reportImpactToCreateIface()
DWifiServiceImpl.java2196 if (!startSoftApInternal(mActiveConfig, request.getWorkSource())) { in startForFirstRequestLocked()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/metrics/
DNearbyMetrics.java82 WorkSource workSource = scanRequest.getWorkSource(); in getUid()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DWorkSourceHelper.java65 public WorkSource getWorkSource() { in getWorkSource() method in WorkSourceHelper
/packages/modules/Connectivity/nearby/framework/java/android/nearby/
DScanRequest.java179 public WorkSource getWorkSource() { in getWorkSource() method in ScanRequest
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java2681 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in updateServiceLocationWithPackageName()
3073 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in getCellLocation()
3210 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in getAllCellInfo()
3229 getWorkSource(Binder.getCallingUid())); in requestCellInfoUpdate()
3287 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in setCellInfoListRate()
5565 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in nvReadItem()
5590 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in nvWriteItem()
6459 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in setNrDualConnectivityState()
6485 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in isNrDualConnectivityEnabled()
7781 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in requestModemActivityInfo()
[all …]
/packages/modules/Connectivity/framework-t/api/
Dsystem-current.txt192 method @NonNull public android.os.WorkSource getWorkSource();
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DHalDeviceManagerTest.java233 when(mWorkSourceHelper0.getWorkSource()).thenReturn(TEST_WORKSOURCE_0); in before()
234 when(mWorkSourceHelper1.getWorkSource()).thenReturn(TEST_WORKSOURCE_1); in before()
235 when(mWorkSourceHelper2.getWorkSource()).thenReturn(TEST_WORKSOURCE_2); in before()