Searched refs:ACTION_ACCEPT (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | InsecureEapNetworkHandlerTest.java | 86 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/ |
D | Constants.java | 155 static final String ACTION_ACCEPT = "android.btopp.intent.action.ACCEPT"; field in Constants
|
D | BluetoothOppReceiver.java | 122 } else if (action.equals(Constants.ACTION_ACCEPT)) { in onReceive()
|
D | BluetoothOppNotification.java | 709 .setAction(Constants.ACTION_ACCEPT), in updateIncomingFileConfirmNotification()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiverTest.java | 156 intent.setAction(Constants.ACTION_ACCEPT); in onReceive_withActionAccept_updatesContents()
|