Searched refs:WIFI_CALLING_PREFERENCE_URI (Results 1 – 4 of 4) sorted by relevance
221 CustomSliceRegistry.WIFI_CALLING_PREFERENCE_URI); in test_CreateWifiCallingPreferenceSlice_prefNotEditable()235 CustomSliceRegistry.WIFI_CALLING_PREFERENCE_URI); in test_CreateWifiCallingPreferenceSlice_wfcOff()254 CustomSliceRegistry.WIFI_CALLING_PREFERENCE_URI); in test_CreateWifiCallingPreferenceSlice_success()274 CustomSliceRegistry.WIFI_CALLING_PREFERENCE_URI); in test_SettingsSliceProvider_getWfcPreferenceSlice()
22 import static com.android.settings.slices.CustomSliceRegistry.WIFI_CALLING_PREFERENCE_URI;474 mContext.getContentResolver().notifyChange(WIFI_CALLING_PREFERENCE_URI, null); in handleWifiCallingPreferenceChanged()
230 public static final Uri WIFI_CALLING_PREFERENCE_URI = new Uri.Builder() field in CustomSliceRegistry
268 } else if (CustomSliceRegistry.WIFI_CALLING_PREFERENCE_URI.equals(sliceUri)) { in onBindSlice()