Home
last modified time | relevance | path

Searched refs:isTrustOnFirstUseSupported (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DInsecureEapNetworkHandlerTest.java411 boolean isAtLeastT = true, isTrustOnFirstUseSupported = true, isUserSelected = true; in verifyTrustOnFirstUseAcceptWhenConnectByUser()
415 setupTest(config, isAtLeastT, isTrustOnFirstUseSupported); in verifyTrustOnFirstUseAcceptWhenConnectByUser()
417 isTrustOnFirstUseSupported, isUserSelected, needUserApproval); in verifyTrustOnFirstUseAcceptWhenConnectByUser()
428 boolean isAtLeastT = true, isTrustOnFirstUseSupported = true, isUserSelected = true; in verifyTrustOnFirstUseRejectWhenConnectByUser()
432 setupTest(config, isAtLeastT, isTrustOnFirstUseSupported); in verifyTrustOnFirstUseRejectWhenConnectByUser()
434 isTrustOnFirstUseSupported, isUserSelected, needUserApproval); in verifyTrustOnFirstUseRejectWhenConnectByUser()
445 boolean isAtLeastT = true, isTrustOnFirstUseSupported = true, isUserSelected = false; in verifyTrustOnFirstUseAcceptWhenConnectByAutoConnect()
449 setupTest(config, isAtLeastT, isTrustOnFirstUseSupported); in verifyTrustOnFirstUseAcceptWhenConnectByAutoConnect()
451 isTrustOnFirstUseSupported, isUserSelected, needUserApproval); in verifyTrustOnFirstUseAcceptWhenConnectByAutoConnect()
462 boolean isAtLeastT = true, isTrustOnFirstUseSupported = true, isUserSelected = false; in verifyTrustOnFirstUseRejectWhenConnectByAutoConnect()
[all …]
DClientModeImplTest.java9743 boolean isAtLeastT, boolean isTrustOnFirstUseSupported, boolean isUserSelected) in setupTrustOnFirstUse() argument
9745 if (isTrustOnFirstUseSupported) { in setupTrustOnFirstUse()
9755 if (isAtLeastT && isTrustOnFirstUseSupported) { in setupTrustOnFirstUse()
9776 if (isTrustOnFirstUseSupported) { in setupTrustOnFirstUse()
9801 if (isTrustOnFirstUseSupported) { in setupTrustOnFirstUse()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DInsecureEapNetworkHandler.java151 boolean isTrustOnFirstUseSupported, in InsecureEapNetworkHandler() argument
162 mIsTrustOnFirstUseSupported = isTrustOnFirstUseSupported; in InsecureEapNetworkHandler()
DClientModeImpl.java899 isTrustOnFirstUseSupported(), in ClientModeImpl()
4840 if (!isTrustOnFirstUseSupported()) { in processMessageImpl()
5099 if (!isTrustOnFirstUseSupported()) break; in processMessageImpl()
8052 private boolean isTrustOnFirstUseSupported() { in isTrustOnFirstUseSupported() method in ClientModeImpl
DWifiServiceImpl.java883 mWifiConfigManager.updateTrustOnFirstUseFlag(isTrustOnFirstUseSupported()); in handleBootCompleted()
7666 private boolean isTrustOnFirstUseSupported() {
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java3655 assertTrue(mWifiManager.isTrustOnFirstUseSupported()); in testIsTrustOnFirstUseSupported()
3658 assertFalse(mWifiManager.isTrustOnFirstUseSupported()); in testIsTrustOnFirstUseSupported()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController2.java272 mIsTrustOnFirstUseSupported = mWifiManager.isTrustOnFirstUseSupported(); in initWifiConfigController2()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java8977 public boolean isTrustOnFirstUseSupported() { in isTrustOnFirstUseSupported() method in WifiManager
/packages/modules/Wifi/framework/api/
Dcurrent.txt507 method public boolean isTrustOnFirstUseSupported();