Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNetworkSuggestionsManager.java99 public static final String NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION = field in WifiNetworkSuggestionsManager
605 case NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION:
678 mIntentFilter.addAction(NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION); in WifiNetworkSuggestionsManager()
1579 getPrivateBroadcast(NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION, in sendUserApprovalNotification()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiNetworkSuggestionsManagerTest.java29 … com.android.server.wifi.WifiNetworkSuggestionsManager.NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION;
2693 NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION, TEST_PACKAGE_1, TEST_UID_1); in testUserApprovalNotificationClickOnAllowWhenGetScanResult()
3119 NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION, TEST_PACKAGE_1, TEST_UID_1); in testUserApprovalNotificationClickOnAllowDuringAddingSuggestionsFromNonFgApp()