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.java184 assertThat(MobileNetworkUtils.buildPhoneAccountConfigureIntent(mContext, null)).isNull(); in buildConfigureIntent_nullHandle_returnNull()
189 buildPhoneAccountConfigureIntent(false); in buildConfigureIntent_noActivityHandleIntent_returnNull()
191 assertThat(MobileNetworkUtils.buildPhoneAccountConfigureIntent(mContext, in buildConfigureIntent_noActivityHandleIntent_returnNull()
197 buildPhoneAccountConfigureIntent(true); in buildConfigureIntent_hasActivityHandleIntent_returnIntent()
199 assertThat(MobileNetworkUtils.buildPhoneAccountConfigureIntent(mContext, in buildConfigureIntent_hasActivityHandleIntent_returnIntent()
450 private void buildPhoneAccountConfigureIntent(boolean hasActivityHandleIntent) { in buildPhoneAccountConfigureIntent() method in MobileNetworkUtilsTest
DNetworkProviderWifiCallingGroupTest.java169 buildPhoneAccountConfigureIntent(false); in shouldShowWifiCallingForSub_wifiCallingDisabledWithNoActivityHandleIntent_returnFalse()
181 buildPhoneAccountConfigureIntent(true); in shouldShowWifiCallingForSub_wifiCallingEnabledWithActivityHandleIntent_returnTrue()
198 private void buildPhoneAccountConfigureIntent(boolean hasActivityHandleIntent) { in buildPhoneAccountConfigureIntent() method in NetworkProviderWifiCallingGroupTest
/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java308 intent = buildPhoneAccountConfigureIntent(getActivity(), handle); in initAccountList()
406 public static Intent buildPhoneAccountConfigureIntent( in buildPhoneAccountConfigureIntent() method in PhoneAccountSettingsFragment
/packages/apps/Settings/src/com/android/settings/network/telephony/
DWifiCallingPreferenceController.kt107 MobileNetworkUtils.buildPhoneAccountConfigureIntent(mContext, simCallManager) in update()
DNetworkProviderWifiCallingGroup.java223 final Intent intent = MobileNetworkUtils.buildPhoneAccountConfigureIntent( in setSubscriptionInfoForPreference()
DMobileNetworkUtils.java215 public static Intent buildPhoneAccountConfigureIntent( in buildPhoneAccountConfigureIntent() method in MobileNetworkUtils
/packages/services/Telephony/src/com/android/phone/
DCallFeaturesSetting.java504 Intent intent = PhoneAccountSettingsFragment.buildPhoneAccountConfigureIntent( in updateVtWfc()