Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/calling/
DWifiCallingSliceHelper.java104 public static final String ACTION_WIFI_CALLING_SETTINGS_ACTIVITY = field in WifiCallingSliceHelper
153 sliceUri, getActivityIntent(ACTION_WIFI_CALLING_SETTINGS_ACTIVITY)); in createWifiCallingSlice()
181 getActivityIntent(ACTION_WIFI_CALLING_SETTINGS_ACTIVITY), in getWifiCallingSlice()
242 sliceUri, getActivityIntent(ACTION_WIFI_CALLING_SETTINGS_ACTIVITY)); in createWifiCallingPreferenceSlice()
270 getActivityIntent(ACTION_WIFI_CALLING_SETTINGS_ACTIVITY), in getWifiCallingPreferenceSlice()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/calling/
DWifiCallingSliceHelperTest.java151 getActivityIntent(WifiCallingSliceHelper.ACTION_WIFI_CALLING_SETTINGS_ACTIVITY), in test_CreateWifiCallingSlice_needsActivation()
239 getActivityIntent(WifiCallingSliceHelper.ACTION_WIFI_CALLING_SETTINGS_ACTIVITY), in test_CreateWifiCallingPreferenceSlice_wfcOff()
258 getActivityIntent(WifiCallingSliceHelper.ACTION_WIFI_CALLING_SETTINGS_ACTIVITY)); in test_CreateWifiCallingPreferenceSlice_success()
278 getActivityIntent(WifiCallingSliceHelper.ACTION_WIFI_CALLING_SETTINGS_ACTIVITY)); in test_SettingsSliceProvider_getWfcPreferenceSlice()
344 getActivityIntent(WifiCallingSliceHelper.ACTION_WIFI_CALLING_SETTINGS_ACTIVITY); in testWifiCallingSettingsToggleSlice()