Home
last modified time | relevance | path

Searched refs:buildPhoneAccountConfigureIntent (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/network/telephony/
DMobileNetworkUtilsTest.java137 assertThat(MobileNetworkUtils.buildPhoneAccountConfigureIntent(mContext, null)).isNull(); in buildConfigureIntent_nullHandle_returnNull()
145 assertThat(MobileNetworkUtils.buildPhoneAccountConfigureIntent(mContext, in buildConfigureIntent_noActivityHandleIntent_returnNull()
154 assertThat(MobileNetworkUtils.buildPhoneAccountConfigureIntent(mContext, in buildConfigureIntent_hasActivityHandleIntent_returnIntent()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/
DMobileNetworkUtils.java104 Intent intent = buildPhoneAccountConfigureIntent( in isWifiCallingEnabled()
120 static Intent buildPhoneAccountConfigureIntent( in buildPhoneAccountConfigureIntent() method in MobileNetworkUtils
DWifiCallingPreferenceController.java117 Intent intent = MobileNetworkUtils.buildPhoneAccountConfigureIntent(mContext, in updateState()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DMobileNetworkUtils.java121 Intent intent = buildPhoneAccountConfigureIntent( in isWifiCallingEnabled()
137 static Intent buildPhoneAccountConfigureIntent( in buildPhoneAccountConfigureIntent() method in MobileNetworkUtils
DWifiCallingPreferenceController.java115 Intent intent = MobileNetworkUtils.buildPhoneAccountConfigureIntent(mContext, in updateState()
/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java377 intent = buildPhoneAccountConfigureIntent(getActivity(), handle); in initAccountList()
477 public static Intent buildPhoneAccountConfigureIntent( in buildPhoneAccountConfigureIntent() method in PhoneAccountSettingsFragment
/packages/services/Telephony/src/com/android/phone/
DMobileNetworkSettings.java179 Intent intent = MobileNetworkSettings.buildPhoneAccountConfigureIntent( in isWifiCallingEnabled()
301 private static Intent buildPhoneAccountConfigureIntent( in buildPhoneAccountConfigureIntent() method in MobileNetworkSettings
1921 Intent intent = MobileNetworkSettings.buildPhoneAccountConfigureIntent( in updateWiFiCallState()
DCallFeaturesSetting.java416 Intent intent = PhoneAccountSettingsFragment.buildPhoneAccountConfigureIntent( in updateVtWfc()