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
158 sliceUri, getActivityIntent(ACTION_WIFI_CALLING_SETTINGS_ACTIVITY)); in createWifiCallingSlice()
185 getActivityIntent(ACTION_WIFI_CALLING_SETTINGS_ACTIVITY), in getWifiCallingSlice()
246 sliceUri, getActivityIntent(ACTION_WIFI_CALLING_SETTINGS_ACTIVITY)); in createWifiCallingPreferenceSlice()
274 getActivityIntent(ACTION_WIFI_CALLING_SETTINGS_ACTIVITY), in getWifiCallingPreferenceSlice()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/calling/
DWifiCallingSliceHelperTest.java163 getActivityIntent(WifiCallingSliceHelper.ACTION_WIFI_CALLING_SETTINGS_ACTIVITY), in test_CreateWifiCallingSlice_needsActivation()
246 getActivityIntent(WifiCallingSliceHelper.ACTION_WIFI_CALLING_SETTINGS_ACTIVITY), in test_CreateWifiCallingPreferenceSlice_wfcOff()
264 getActivityIntent(WifiCallingSliceHelper.ACTION_WIFI_CALLING_SETTINGS_ACTIVITY)); in test_CreateWifiCallingPreferenceSlice_success()
283 getActivityIntent(WifiCallingSliceHelper.ACTION_WIFI_CALLING_SETTINGS_ACTIVITY)); in test_SettingsSliceProvider_getWfcPreferenceSlice()
348 getActivityIntent(WifiCallingSliceHelper.ACTION_WIFI_CALLING_SETTINGS_ACTIVITY); in testWifiCallingSettingsToggleSlice()