Searched refs:buildPhoneAccountConfigureIntent (Results 1 – 7 of 7) sorted by relevance
184 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
169 buildPhoneAccountConfigureIntent(false); in shouldShowWifiCallingForSub_wifiCallingDisabledWithNoActivityHandleIntent_returnFalse()181 buildPhoneAccountConfigureIntent(true); in shouldShowWifiCallingForSub_wifiCallingEnabledWithActivityHandleIntent_returnTrue()198 private void buildPhoneAccountConfigureIntent(boolean hasActivityHandleIntent) { in buildPhoneAccountConfigureIntent() method in NetworkProviderWifiCallingGroupTest
308 intent = buildPhoneAccountConfigureIntent(getActivity(), handle); in initAccountList()406 public static Intent buildPhoneAccountConfigureIntent( in buildPhoneAccountConfigureIntent() method in PhoneAccountSettingsFragment
107 MobileNetworkUtils.buildPhoneAccountConfigureIntent(mContext, simCallManager) in update()
223 final Intent intent = MobileNetworkUtils.buildPhoneAccountConfigureIntent( in setSubscriptionInfoForPreference()
215 public static Intent buildPhoneAccountConfigureIntent( in buildPhoneAccountConfigureIntent() method in MobileNetworkUtils
504 Intent intent = PhoneAccountSettingsFragment.buildPhoneAccountConfigureIntent( in updateVtWfc()