Searched refs:getWorkSource (Results 1 – 3 of 3) sorted by relevance
116 mMgr.startRanging(getWorkSource(uidsOverride), in wifiRttStartRangingToAccessPoints()134 mMgr.startRanging(getWorkSource(uidsOverride), in wifiRttStartRangingToAwarePeerMac()151 mMgr.startRanging(getWorkSource(uidsOverride), in wifiRttStartRangingToAwarePeerId()162 mMgr.cancelRanging(getWorkSource(uids)); in wifiRttCancelRanging()216 private static WorkSource getWorkSource(JSONArray uids) throws JSONException { in getWorkSource() method in WifiRtt2ManagerFacade
181 assertThat(shadowLock.getWorkSource()).isNull(); in workSource_shouldGetAndSet()183 assertThat(shadowLock.getWorkSource()).isEqualTo(workSource); in workSource_shouldGetAndSet()
208 public synchronized WorkSource getWorkSource() { in getWorkSource() method in ShadowPowerManager.ShadowWakeLock