Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiLockManagerTest.java329 WorkSource newWorkSource = new WorkSource(DEFAULT_TEST_UID_2); in testUpdateWifiLockWorkSourceCalledWithWorkSource() local
348 WorkSource newWorkSource = new WorkSource(Binder.getCallingUid()); in testUpdateWifiLockWorkSourceCalledWithUID() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiLockManager.java189 WorkSource newWorkSource = new WorkSource(ws); in acquireWifiLock() local
266 WorkSource newWorkSource = new WorkSource(ws); in updateWifiLockWorkSource() local
/frameworks/base/services/core/java/com/android/server/power/
DNotifier.java284 int newOwnerPid, WorkSource newWorkSource, String newHistoryTag) { in onWakeLockChanging()