Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/network/telephony/
DMobileNetworkUtilsTest.java148 assertThat(MobileNetworkUtils.buildPhoneAccountConfigureIntent(mContext, null)).isNull(); in buildConfigureIntent_nullHandle_returnNull()
156 assertThat(MobileNetworkUtils.buildPhoneAccountConfigureIntent(mContext, in buildConfigureIntent_noActivityHandleIntent_returnNull()
165 assertThat(MobileNetworkUtils.buildPhoneAccountConfigureIntent(mContext, in buildConfigureIntent_hasActivityHandleIntent_returnIntent()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DWifiCallingPreferenceController.java108 final Intent intent = MobileNetworkUtils.buildPhoneAccountConfigureIntent(mContext, in updateState()
230 final Intent intent = MobileNetworkUtils.buildPhoneAccountConfigureIntent( in isWifiCallingEnabled()
DMobileNetworkUtils.java205 static Intent buildPhoneAccountConfigureIntent( in buildPhoneAccountConfigureIntent() method in MobileNetworkUtils
/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/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java376 intent = buildPhoneAccountConfigureIntent(getActivity(), handle); in initAccountList()
476 public static Intent buildPhoneAccountConfigureIntent( in buildPhoneAccountConfigureIntent() method in PhoneAccountSettingsFragment
/packages/services/Telephony/src/com/android/phone/
DCallFeaturesSetting.java464 Intent intent = PhoneAccountSettingsFragment.buildPhoneAccountConfigureIntent( in updateVtWfc()