Home
last modified time | relevance | path

Searched refs:API_ALLOW_AUTOJOIN (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DLastCallerInfoManager.java80 case WifiManager.API_ALLOW_AUTOJOIN: in convertApiName()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java519 API_ALLOW_AUTOJOIN,
654 public static final int API_ALLOW_AUTOJOIN = 12; field in WifiManager
/packages/modules/Wifi/framework/api/
Dsystem-current.txt843 field public static final int API_ALLOW_AUTOJOIN = 12; // 0xc
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java4304 mLastCallerInfoManager.put(WifiManager.API_ALLOW_AUTOJOIN, Process.myTid(), in allowAutojoin()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java8594 verify(mLastCallerInfoManager).put(eq(WifiManager.API_ALLOW_AUTOJOIN), anyInt(), in testAllowAutojoinOnSuggestionNetwork()