Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DInsecureEapNetworkHandlerTest.java86 private static final int ACTION_ACCEPT = 0; field in InsecureEapNetworkHandlerTest
416 verifyTrustOnFirstUseFlowWithDefaultCerts(config, ACTION_ACCEPT, in verifyTrustOnFirstUseAcceptWhenConnectByUser()
450 verifyTrustOnFirstUseFlowWithDefaultCerts(config, ACTION_ACCEPT, in verifyTrustOnFirstUseAcceptWhenConnectByAutoConnect()
534 verifyTrustOnFirstUseFlowWithDefaultCerts(config, ACTION_ACCEPT, in verifyLegacyEapNetworkAcceptWhenConnectByUser()
569 verifyTrustOnFirstUseFlowWithDefaultCerts(config, ACTION_ACCEPT, in verifyLegacyEapNetworkAcceptWhenAutoConnect()
639 verifyTrustOnFirstUseFlow(config, ACTION_ACCEPT, true, in runServerCertPinningTest()
673 verifyTrustOnFirstUseFlow(config, ACTION_ACCEPT, true, in runServerCertFromTrustStoreTest()
809 verifyTrustOnFirstUseFlow(config, ACTION_ACCEPT, isTrustOnFirstUseSupported, in verifyTrustOnFirstUseAcceptWhenConnectByUserWithMinimalChain()
1097 if (action == ACTION_ACCEPT) { in verifyTrustOnFirstUseFlow()
1123 if (action == ACTION_ACCEPT) { in verifyTrustOnFirstUseFlow()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DConstants.java155 static final String ACTION_ACCEPT = "android.btopp.intent.action.ACCEPT"; field in Constants
DBluetoothOppReceiver.java122 } else if (action.equals(Constants.ACTION_ACCEPT)) { in onReceive()
DBluetoothOppNotification.java709 .setAction(Constants.ACTION_ACCEPT), in updateIncomingFileConfirmNotification()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppReceiverTest.java156 intent.setAction(Constants.ACTION_ACCEPT); in onReceive_withActionAccept_updatesContents()