Home
last modified time | relevance | path

Searched defs:newWorkSource (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiLockManagerTest.java349 WorkSource newWorkSource = new WorkSource(DEFAULT_TEST_UID_2); in testUpdateWifiLockWorkSourceCalledWithWorkSource() local
368 WorkSource newWorkSource = new WorkSource(Binder.getCallingUid()); in testUpdateWifiLockWorkSourceCalledWithUID() local
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiLockManager.java220 WorkSource newWorkSource = new WorkSource(ws); in acquireWifiLock() local
297 WorkSource newWorkSource = new WorkSource(ws); in updateWifiLockWorkSource() local
H A DWifiNative.java1418 public boolean replaceStaIfaceRequestorWs(@NonNull String ifaceName, WorkSource newWorkSource) { in replaceStaIfaceRequestorWs()
/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DNotifier.java302 int newOwnerPid, WorkSource newWorkSource, String newHistoryTag) { in onWakeLockChanging()