Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
H A 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
H A DNetworkProviderWifiCallingGroupTest.java169 buildPhoneAccountConfigureIntent(false); in shouldShowWifiCallingForSub_wifiCallingDisabledWithNoActivityHandleIntent_returnFalse()
181 buildPhoneAccountConfigureIntent(true); in shouldShowWifiCallingForSub_wifiCallingEnabledWithActivityHandleIntent_returnTrue()
197 private void buildPhoneAccountConfigureIntent(boolean hasActivityHandleIntent) { in buildPhoneAccountConfigureIntent() method in NetworkProviderWifiCallingGroupTest
/aosp12/packages/services/Telephony/src/com/android/phone/settings/
H A DPhoneAccountSettingsFragment.java297 intent = buildPhoneAccountConfigureIntent(getActivity(), handle); in initAccountList()
389 public static Intent buildPhoneAccountConfigureIntent( in buildPhoneAccountConfigureIntent() method in PhoneAccountSettingsFragment
/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/
H A DWifiCallingPreferenceController.java109 final Intent intent = MobileNetworkUtils.buildPhoneAccountConfigureIntent(mContext, in updateState()
H A DNetworkProviderWifiCallingGroup.java207 final Intent intent = MobileNetworkUtils.buildPhoneAccountConfigureIntent( in setSubscriptionInfoForPreference()
H A DMobileNetworkUtils.java217 public static Intent buildPhoneAccountConfigureIntent( in buildPhoneAccountConfigureIntent() method in MobileNetworkUtils
920 final Intent intent = buildPhoneAccountConfigureIntent(context, phoneAccountHandle); in isWifiCallingEnabled()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCallFeaturesSetting.java475 Intent intent = PhoneAccountSettingsFragment.buildPhoneAccountConfigureIntent( in updateVtWfc()