Searched refs:updateWifiLockWorkSource (Results 1 – 7 of 7) 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 | 4018 mService.updateWifiLockWorkSource(mBinder, mWorkSource); in setWorkSource()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiLockManagerTest.java | 312 mWifiLockManager.updateWifiLockWorkSource(mBinder, updated); in smokeTestLockLifecycleWithChainedWorkSource() 333 mWifiLockManager.updateWifiLockWorkSource(mBinder, newWorkSource); in testUpdateWifiLockWorkSourceCalledWithWorkSource() 352 mWifiLockManager.updateWifiLockWorkSource(mBinder, newWorkSource); in testUpdateWifiLockWorkSourceCalledWithUID() 366 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 | 255 public synchronized void updateWifiLockWorkSource(IBinder binder, WorkSource ws) { in updateWifiLockWorkSource() method in WifiLockManager
|
D | WifiServiceImpl.java | 2878 public void updateWifiLockWorkSource(IBinder binder, WorkSource ws) { in updateWifiLockWorkSource() method in WifiServiceImpl 2891 mWifiLockManager.updateWifiLockWorkSource(binder, updatedWs); in updateWifiLockWorkSource()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 46425 Landroid/net/wifi/IWifiManager$Stub$Proxy;->updateWifiLockWorkSource(Landroid/os/IBinder;Landroid/o… 46552 Landroid/net/wifi/IWifiManager;->updateWifiLockWorkSource(Landroid/os/IBinder;Landroid/os/WorkSourc…
|