Home
last modified time | relevance | path

Searched refs:ACTION_WIFI_CALLING_CHANGED (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/slices/
DSliceBroadcastReceiver.java26 import static com.android.settings.wifi.calling.WifiCallingSliceHelper.ACTION_WIFI_CALLING_CHANGED;
80 case ACTION_WIFI_CALLING_CHANGED: in onReceive()
/packages/apps/Settings/src/com/android/settings/wifi/calling/
DWifiCallingSliceHelper.java80 public static final String ACTION_WIFI_CALLING_CHANGED = field in WifiCallingSliceHelper
182 getBroadcastIntent(ACTION_WIFI_CALLING_CHANGED), in getWifiCallingSlice()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/calling/
DWifiCallingSliceHelperTest.java208 final Intent intent = new Intent(WifiCallingSliceHelper.ACTION_WIFI_CALLING_CHANGED); in test_SliceBroadcastReceiver_toggleOnWifiCalling()
342 WifiCallingSliceHelper.ACTION_WIFI_CALLING_CHANGED); in testWifiCallingSettingsToggleSlice()