Searched defs:updateWifiLockWorkSource (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiLockManager.java135 public synchronized void updateWifiLockWorkSource(IBinder binder, WorkSource ws) { method in class:WifiLockManager
H A DWifiServiceImpl.java2268 public void updateWifiLockWorkSource(IBinder binder, WorkSource ws) { method in class:WifiServiceImpl
2269 mLog.trace("updateWifiLockWorkSource uid=%").c(Binder.getCallingUid()).flush();
2270 mWifiLockManager.updateWifiLockWorkSource(binder, ws);

Completed in 321 milliseconds