/packages/modules/Connectivity/nearby/tests/unit/src/android/nearby/ |
D | ScanRequestTest.java | 51 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/ |
D | WifiLockManager.java | 312 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
|
D | LocalOnlyHotspotRequestInfo.java | 125 public @NonNull WorkSource getWorkSource() { in getWorkSource() method in LocalOnlyHotspotRequestInfo
|
D | InterfaceConflictManager.java | 158 WorkSource requestorWs = newRequestorWsHelper.getWorkSource(); in needsUserApprovalToDelete()
|
D | HalDeviceManager.java | 961 impact.add(new Pair<>(iface.createType, iface.requestorWsHelper.getWorkSource())); in reportImpactToCreateIface()
|
D | WifiServiceImpl.java | 2502 if (!startSoftApInternal(mActiveConfig, request.getWorkSource(), null)) { in startForFirstRequestLocked()
|
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/metrics/ |
D | NearbyMetrics.java | 82 WorkSource workSource = scanRequest.getWorkSource(); in getUid()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | WorkSourceHelper.java | 129 public WorkSource getWorkSource() { in getWorkSource() method in WorkSourceHelper
|
/packages/modules/Connectivity/nearby/tests/cts/fastpair/src/android/nearby/cts/ |
D | ScanRequestTest.java | 84 assertThat(request.getWorkSource().isEmpty()).isTrue(); in testSetWorkSource_nullValue()
|
/packages/modules/Connectivity/nearby/framework/java/android/nearby/ |
D | ScanRequest.java | 198 public WorkSource getWorkSource() { in getWorkSource() method in ScanRequest
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | InterfaceConflictManagerTest.java | 130 when(mWsHelper.getWorkSource()).thenReturn(TEST_WS); in setup() 131 when(mExistingWsHelper.getWorkSource()).thenReturn(EXISTING_WS); in setup()
|
D | HalDeviceManagerTest.java | 189 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/ |
D | PhoneInterfaceManager.java | 2888 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/ |
D | system-current.txt | 222 method @NonNull public android.os.WorkSource getWorkSource();
|