Searched refs:getWorkSource (Results 1 – 12 of 12) sorted by relevance
45 private static WorkSource getWorkSource() { in getWorkSource() method in ScanRequestTest60 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()
87 assertThat(request.getWorkSource().isEmpty()).isTrue(); in testSetWorkSource_nullValue()94 WorkSource workSource = getWorkSource(); in testToString()194 private static WorkSource getWorkSource() { in getWorkSource() method in ScanRequestTest
270 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
125 public @NonNull WorkSource getWorkSource() { in getWorkSource() method in LocalOnlyHotspotRequestInfo
843 ifaceInfo.requestorWsHelper.getWorkSource())); in reportImpactToCreateIface()849 ifaceInfo.requestorWsHelper.getWorkSource())); in reportImpactToCreateIface()
2196 if (!startSoftApInternal(mActiveConfig, request.getWorkSource())) { in startForFirstRequestLocked()
82 WorkSource workSource = scanRequest.getWorkSource(); in getUid()
65 public WorkSource getWorkSource() { in getWorkSource() method in WorkSourceHelper
179 public WorkSource getWorkSource() { in getWorkSource() method in ScanRequest
2681 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 …]
192 method @NonNull public android.os.WorkSource getWorkSource();
233 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()