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

/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl78 boolean acquireWifiLock(IBinder lock, int lockType, String tag, in WorkSource ws);
H A DWifiManager.java1771 private WifiLock(int lockType, String tag) { argument
1773 mLockType = lockType;
1930 * @param lockType the type of lock to create. See {@link #WIFI_MODE_FULL},
1942 public WifiLock createWifiLock(int lockType, String tag) { argument
1943 return new WifiLock(lockType, tag);

Completed in 63 milliseconds