Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DMobileNetworkUtilsTest.java173 assertThat(MobileNetworkUtils.buildPhoneAccountConfigureIntent(mContext, null)).isNull(); in buildConfigureIntent_nullHandle_returnNull()
178 buildPhoneAccountConfigureIntent(false); in buildConfigureIntent_noActivityHandleIntent_returnNull()
180 assertThat(MobileNetworkUtils.buildPhoneAccountConfigureIntent(mContext, in buildConfigureIntent_noActivityHandleIntent_returnNull()
186 buildPhoneAccountConfigureIntent(true); in buildConfigureIntent_hasActivityHandleIntent_returnIntent()
188 assertThat(MobileNetworkUtils.buildPhoneAccountConfigureIntent(mContext, in buildConfigureIntent_hasActivityHandleIntent_returnIntent()
390 buildPhoneAccountConfigureIntent(true); in isWifiCallingEnabled_hasPhoneAccountHandleAndHasActivityHandleIntent_returnTrue()
398 buildPhoneAccountConfigureIntent(false); in isWifiCallingEnabled_hasPhoneAccountHandleAndNoActivityHandleIntent_returnFalse()
427 private void buildPhoneAccountConfigureIntent(boolean hasActivityHandleIntent) { in buildPhoneAccountConfigureIntent() method in MobileNetworkUtilsTest
DNetworkProviderWifiCallingGroupTest.java172 buildPhoneAccountConfigureIntent(false); in shouldShowWifiCallingForSub_wifiCallingDisabledWithNoActivityHandleIntent_returnFalse()
185 buildPhoneAccountConfigureIntent(true); in shouldShowWifiCallingForSub_wifiCallingEnabledWithActivityHandleIntent_returnTrue()
201 private void buildPhoneAccountConfigureIntent(boolean hasActivityHandleIntent) { in buildPhoneAccountConfigureIntent() method in NetworkProviderWifiCallingGroupTest
/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java297 intent = buildPhoneAccountConfigureIntent(getActivity(), handle); in initAccountList()
389 public static Intent buildPhoneAccountConfigureIntent( in buildPhoneAccountConfigureIntent() method in PhoneAccountSettingsFragment
/packages/apps/Settings/src/com/android/settings/network/telephony/
DWifiCallingPreferenceController.java109 final Intent intent = MobileNetworkUtils.buildPhoneAccountConfigureIntent(mContext, in updateState()
DNetworkProviderWifiCallingGroup.java207 final Intent intent = MobileNetworkUtils.buildPhoneAccountConfigureIntent( in setSubscriptionInfoForPreference()
DMobileNetworkUtils.java214 public static Intent buildPhoneAccountConfigureIntent( in buildPhoneAccountConfigureIntent() method in MobileNetworkUtils
910 final Intent intent = buildPhoneAccountConfigureIntent(context, phoneAccountHandle); in isWifiCallingEnabled()
/packages/services/Telephony/src/com/android/phone/
DCallFeaturesSetting.java475 Intent intent = PhoneAccountSettingsFragment.buildPhoneAccountConfigureIntent( in updateVtWfc()