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

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

Completed in 657 milliseconds