Searched refs:updateWifiLockWorkSource (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/wifi/java/android/net/wifi/ |
D | IWifiManager.aidl | 124 void updateWifiLockWorkSource(IBinder lock, in WorkSource ws); in updateWifiLockWorkSource() method
|
D | WifiManager.java | 3955 mService.updateWifiLockWorkSource(mBinder, mWorkSource); in setWorkSource()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiLockManagerTest.java | 323 mWifiLockManager.updateWifiLockWorkSource(mBinder, updated); in smokeTestLockLifecycleWithChainedWorkSource() 344 mWifiLockManager.updateWifiLockWorkSource(mBinder, newWorkSource); in testUpdateWifiLockWorkSourceCalledWithWorkSource() 363 mWifiLockManager.updateWifiLockWorkSource(mBinder, newWorkSource); in testUpdateWifiLockWorkSourceCalledWithUID() 377 mWifiLockManager.updateWifiLockWorkSource(mBinder, null); in testUpdateWifiLockWorkSourceCalledWithoutActiveLock()
|
/frameworks/base/wifi/java/com/android/server/wifi/ |
D | BaseWifiService.java | 242 public void updateWifiLockWorkSource(IBinder lock, WorkSource ws) { in updateWifiLockWorkSource() method in BaseWifiService
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiLockManager.java | 259 public synchronized void updateWifiLockWorkSource(IBinder binder, WorkSource ws) { in updateWifiLockWorkSource() method in WifiLockManager
|
D | WifiServiceImpl.java | 2830 public void updateWifiLockWorkSource(IBinder binder, WorkSource ws) { in updateWifiLockWorkSource() method in WifiServiceImpl 2843 mWifiLockManager.updateWifiLockWorkSource(binder, updatedWs); in updateWifiLockWorkSource()
|