Home
last modified time | relevance | path

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

/packages/modules/Connectivity/nearby/tests/unit/src/android/nearby/
DScanRequestTest.java51 private static WorkSource getWorkSource() { in getWorkSource() method in ScanRequestTest
64 assertThat(request.getWorkSource().isEmpty()).isTrue(); in testScanRequestBuilder()
88 WorkSource workSource = getWorkSource(); in testSetWorkSource()
94 assertThat(request.getWorkSource()).isEqualTo(workSource); in testSetWorkSource()
106 assertThat(request.getWorkSource().isEmpty()).isTrue(); in testSetWorkSource_nullValue()
113 WorkSource workSource = getWorkSource(); in testToString()
142 WorkSource workSource = getWorkSource(); in testParceling()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiLockManager.java312 mergedWS.add(lock.getWorkSource()); in createMergedWorkSource()
456 setBlameHiPerfWs(lock.getWorkSource(), shouldBlame); in setBlameHiPerfLocks()
638 addWsToLlWatchList(lock.getWorkSource()); in addLock()
672 WorkSource ws = wifiLock.getWorkSource(); in releaseLock()
704 removeWsFromLlWatchList(wifiLock.getWorkSource()); in releaseLock()
1139 protected WorkSource getWorkSource() { in getWorkSource() method in WifiLockManager.WifiLock
DLocalOnlyHotspotRequestInfo.java125 public @NonNull WorkSource getWorkSource() { in getWorkSource() method in LocalOnlyHotspotRequestInfo
DInterfaceConflictManager.java158 WorkSource requestorWs = newRequestorWsHelper.getWorkSource(); in needsUserApprovalToDelete()
DHalDeviceManager.java961 impact.add(new Pair<>(iface.createType, iface.requestorWsHelper.getWorkSource())); in reportImpactToCreateIface()
DWifiServiceImpl.java2502 if (!startSoftApInternal(mActiveConfig, request.getWorkSource(), null)) { 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.java129 public WorkSource getWorkSource() { in getWorkSource() method in WorkSourceHelper
/packages/modules/Connectivity/nearby/tests/cts/fastpair/src/android/nearby/cts/
DScanRequestTest.java84 assertThat(request.getWorkSource().isEmpty()).isTrue(); in testSetWorkSource_nullValue()
/packages/modules/Connectivity/nearby/framework/java/android/nearby/
DScanRequest.java198 public WorkSource getWorkSource() { in getWorkSource() method in ScanRequest
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DInterfaceConflictManagerTest.java130 when(mWsHelper.getWorkSource()).thenReturn(TEST_WS); in setup()
131 when(mExistingWsHelper.getWorkSource()).thenReturn(EXISTING_WS); in setup()
DHalDeviceManagerTest.java189 when(mWorkSourceHelper0.getWorkSource()).thenReturn(TEST_WORKSOURCE_0); in before()
190 when(mWorkSourceHelper1.getWorkSource()).thenReturn(TEST_WORKSOURCE_1); in before()
191 when(mWorkSourceHelper2.getWorkSource()).thenReturn(TEST_WORKSOURCE_2); in before()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java2888 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in updateServiceLocationWithPackageName()
3418 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in getCellLocation()
3564 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in getAllCellInfo()
3583 getWorkSource(Binder.getCallingUid())); in requestCellInfoUpdate()
3643 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in setCellInfoListRate()
6360 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in nvReadItem()
6385 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in nvWriteItem()
7293 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in setNrDualConnectivityState()
7319 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in isNrDualConnectivityEnabled()
8688 WorkSource workSource = getWorkSource(Binder.getCallingUid()); in requestModemActivityInfo()
[all …]
/packages/modules/Connectivity/framework-t/api/
Dsystem-current.txt222 method @NonNull public android.os.WorkSource getWorkSource();