Searched refs:isTrustOnFirstUseSupported (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | InsecureEapNetworkHandlerTest.java | 411 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 …]
|
D | ClientModeImplTest.java | 9743 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/ |
D | InsecureEapNetworkHandler.java | 151 boolean isTrustOnFirstUseSupported, in InsecureEapNetworkHandler() argument 162 mIsTrustOnFirstUseSupported = isTrustOnFirstUseSupported; in InsecureEapNetworkHandler()
|
D | ClientModeImpl.java | 899 isTrustOnFirstUseSupported(), in ClientModeImpl() 4840 if (!isTrustOnFirstUseSupported()) { in processMessageImpl() 5099 if (!isTrustOnFirstUseSupported()) break; in processMessageImpl() 8052 private boolean isTrustOnFirstUseSupported() { in isTrustOnFirstUseSupported() method in ClientModeImpl
|
D | WifiServiceImpl.java | 883 mWifiConfigManager.updateTrustOnFirstUseFlag(isTrustOnFirstUseSupported()); in handleBootCompleted() 7666 private boolean isTrustOnFirstUseSupported() {
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | WifiManagerTest.java | 3655 assertTrue(mWifiManager.isTrustOnFirstUseSupported()); in testIsTrustOnFirstUseSupported() 3658 assertFalse(mWifiManager.isTrustOnFirstUseSupported()); in testIsTrustOnFirstUseSupported()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiConfigController2.java | 272 mIsTrustOnFirstUseSupported = mWifiManager.isTrustOnFirstUseSupported(); in initWifiConfigController2()
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | WifiManager.java | 8977 public boolean isTrustOnFirstUseSupported() { in isTrustOnFirstUseSupported() method in WifiManager
|
/packages/modules/Wifi/framework/api/ |
D | current.txt | 507 method public boolean isTrustOnFirstUseSupported();
|