Home
last modified time | relevance | path

Searched refs:ACTION_CERT_NOTIF_TAP (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DInsecureEapNetworkHandler.java68 static final String ACTION_CERT_NOTIF_TAP = field in InsecureEapNetworkHandler
135 if (TextUtils.equals(action, ACTION_CERT_NOTIF_TAP)) {
600 filter.addAction(ACTION_CERT_NOTIF_TAP); in registerCertificateNotificationReceiver()
809 tapPendingIntent = genCaCertNotifIntent(ACTION_CERT_NOTIF_TAP, mCurrentTofuConfig.SSID); in notifyUserForCaCertificate()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DInsecureEapNetworkHandlerTest.java771 argThat(f -> f.hasAction(InsecureEapNetworkHandler.ACTION_CERT_NOTIF_TAP)), in setupTest()
1112 Intent intent = new Intent(InsecureEapNetworkHandler.ACTION_CERT_NOTIF_TAP); in verifyTrustOnFirstUseFlow()
1135 intent = new Intent(InsecureEapNetworkHandler.ACTION_CERT_NOTIF_TAP); in verifyTrustOnFirstUseFlow()