Home
last modified time | relevance | path

Searched refs:lockType (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl116 boolean acquireWifiLock(IBinder lock, int lockType, String tag, in WorkSource ws); in acquireWifiLock() argument
DWifiManager.java3131 private WifiLock(int lockType, String tag) { in WifiLock() argument
3133 mLockType = lockType; in WifiLock()
3306 public WifiLock createWifiLock(int lockType, String tag) { in createWifiLock() argument
3307 return new WifiLock(lockType, tag); in createWifiLock()