Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java103 public static final String NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION = field in WifiNetworkSuggestionsManager
622 case NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION:
693 mIntentFilter.addAction(NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION); in WifiNetworkSuggestionsManager()
1724 getPrivateBroadcast(NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION, in sendUserApprovalNotification()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSuggestionsManagerTest.java31 … com.android.server.wifi.WifiNetworkSuggestionsManager.NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION;
2767 NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION, TEST_PACKAGE_1, TEST_UID_1); in testUserApprovalNotificationClickOnAllowWhenGetScanResult()
3161 NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION, TEST_PACKAGE_1, TEST_UID_1); in testUserApprovalNotificationClickOnAllowDuringAddingSuggestionsFromNonFgApp()