Searched refs:updateWifiLockWorkSource (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiLockManagerTest.java | 332 mWifiLockManager.updateWifiLockWorkSource(mBinder, updated); in smokeTestLockLifecycleWithChainedWorkSource() 353 mWifiLockManager.updateWifiLockWorkSource(mBinder, newWorkSource); in testUpdateWifiLockWorkSourceCalledWithWorkSource() 372 mWifiLockManager.updateWifiLockWorkSource(mBinder, newWorkSource); in testUpdateWifiLockWorkSourceCalledWithUID() 386 mWifiLockManager.updateWifiLockWorkSource(mBinder, null); in testUpdateWifiLockWorkSourceCalledWithoutActiveLock()
|
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/ |
H A D | IWifiManager.aidl | 152 void updateWifiLockWorkSource(IBinder lock, in WorkSource ws); in updateWifiLockWorkSource() method
|
H A D | WifiManager.java | 5775 mService.updateWifiLockWorkSource(mBinder, mWorkSource); in setWorkSource()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | BaseWifiService.java | 330 public void updateWifiLockWorkSource(IBinder lock, WorkSource ws) { in updateWifiLockWorkSource() method in BaseWifiService
|
H A D | WifiLockManager.java | 286 public synchronized void updateWifiLockWorkSource(IBinder binder, WorkSource ws) { in updateWifiLockWorkSource() method in WifiLockManager
|
H A D | WifiServiceImpl.java | 3935 public void updateWifiLockWorkSource(IBinder binder, WorkSource ws) { 3947 mWifiLockManager.updateWifiLockWorkSource(binder, updatedWs));
|
/aosp12/packages/modules/Wifi/apex/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 910 Landroid/net/wifi/IWifiManager$Stub$Proxy;->updateWifiLockWorkSource(Landroid/os/IBinder;Landroid/o… 1037 Landroid/net/wifi/IWifiManager;->updateWifiLockWorkSource(Landroid/os/IBinder;Landroid/os/WorkSourc…
|