Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java82 public static final String NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION = field in WifiNetworkSuggestionsManager
364 case NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION:
418 mIntentFilter.addAction(NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION); in WifiNetworkSuggestionsManager()
860 getPrivateBroadcast(NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION, in sendUserApprovalNotification()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSuggestionsManagerTest.java25 … com.android.server.wifi.WifiNetworkSuggestionsManager.NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION;
1963 NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION, TEST_PACKAGE_1, TEST_UID_1); in testUserApprovalNotificationClickOnAllowWhenGetScanResult()
2137 NOTIFICATION_USER_ALLOWED_APP_INTENT_ACTION, TEST_PACKAGE_1, TEST_UID_1); in testUserApprovalNotificationClickOnAllowDuringAddingSuggestions()