Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiApConfigStore.java58 public static final String ACTION_HOTSPOT_CONFIG_USER_TAPPED_CONTENT = field in WifiApConfigStore
137 filter.addAction(ACTION_HOTSPOT_CONFIG_USER_TAPPED_CONTENT); in WifiApConfigStore()
150 case ACTION_HOTSPOT_CONFIG_USER_TAPPED_CONTENT:
221 .setContentIntent(getPrivateBroadcast(ACTION_HOTSPOT_CONFIG_USER_TAPPED_CONTENT)) in createConversionNotification()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiApConfigStoreTest.java765 Intent intent = new Intent(WifiApConfigStore.ACTION_HOTSPOT_CONFIG_USER_TAPPED_CONTENT); in testNotificationClearedWhenContentIsTapped()