Searched refs:WifiCallingSliceHelper (Results 1 – 6 of 6) sorted by relevance
151 getActivityIntent(WifiCallingSliceHelper.ACTION_WIFI_CALLING_SETTINGS_ACTIVITY), in test_CreateWifiCallingSlice_needsActivation()200 final Intent intent = new Intent(WifiCallingSliceHelper.ACTION_WIFI_CALLING_CHANGED); in test_SliceBroadcastReceiver_toggleOnWifiCalling()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()297 WifiCallingSliceHelper.ACTION_WIFI_CALLING_PREFERENCE_CELLULAR_PREFERRED); in test_SliceBroadcastReceiver_setWfcPrefCellularPref()338 WifiCallingSliceHelper.ACTION_WIFI_CALLING_CHANGED); in testWifiCallingSettingsToggleSlice()344 getActivityIntent(WifiCallingSliceHelper.ACTION_WIFI_CALLING_SETTINGS_ACTIVITY); in testWifiCallingSettingsToggleSlice()423 private class FakeWifiCallingSliceHelper extends WifiCallingSliceHelper {
24 import com.android.settings.wifi.calling.WifiCallingSliceHelper;67 public WifiCallingSliceHelper getNewWifiCallingSliceHelper(Context context) { in getNewWifiCallingSliceHelper()68 return new WifiCallingSliceHelper(context); in getNewWifiCallingSliceHelper()
25 import static com.android.settings.wifi.calling.WifiCallingSliceHelper.ACTION_WIFI_CALLING_CHANGED;26 import static com.android.settings.wifi.calling.WifiCallingSliceHelper.ACTION_WIFI_CALLING_PREFEREN…27 import static com.android.settings.wifi.calling.WifiCallingSliceHelper.ACTION_WIFI_CALLING_PREFEREN…28 import static com.android.settings.wifi.calling.WifiCallingSliceHelper.ACTION_WIFI_CALLING_PREFEREN…
7 import com.android.settings.wifi.calling.WifiCallingSliceHelper;56 WifiCallingSliceHelper getNewWifiCallingSliceHelper(Context context); in getNewWifiCallingSliceHelper()
43 import com.android.settings.wifi.calling.WifiCallingSliceHelper;225 .appendPath(WifiCallingSliceHelper.PATH_WIFI_CALLING)234 .appendPath(WifiCallingSliceHelper.PATH_WIFI_CALLING_PREFERENCE)
62 public class WifiCallingSliceHelper { class115 public WifiCallingSliceHelper(Context context) { in WifiCallingSliceHelper() method in WifiCallingSliceHelper