Home
last modified time | relevance | path

Searched refs:updateWifiLockWorkSource (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl124 void updateWifiLockWorkSource(IBinder lock, in WorkSource ws); in updateWifiLockWorkSource() method
DWifiManager.java3955 mService.updateWifiLockWorkSource(mBinder, mWorkSource); in setWorkSource()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiLockManagerTest.java323 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/
DBaseWifiService.java242 public void updateWifiLockWorkSource(IBinder lock, WorkSource ws) { in updateWifiLockWorkSource() method in BaseWifiService
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiLockManager.java259 public synchronized void updateWifiLockWorkSource(IBinder binder, WorkSource ws) { in updateWifiLockWorkSource() method in WifiLockManager
DWifiServiceImpl.java2830 public void updateWifiLockWorkSource(IBinder binder, WorkSource ws) { in updateWifiLockWorkSource() method in WifiServiceImpl
2843 mWifiLockManager.updateWifiLockWorkSource(binder, updatedWs); in updateWifiLockWorkSource()