Searched refs:buildPhoneAccountConfigureIntent (Results 1 – 7 of 7) sorted by relevance
173 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
172 buildPhoneAccountConfigureIntent(false); in shouldShowWifiCallingForSub_wifiCallingDisabledWithNoActivityHandleIntent_returnFalse()185 buildPhoneAccountConfigureIntent(true); in shouldShowWifiCallingForSub_wifiCallingEnabledWithActivityHandleIntent_returnTrue()201 private void buildPhoneAccountConfigureIntent(boolean hasActivityHandleIntent) { in buildPhoneAccountConfigureIntent() method in NetworkProviderWifiCallingGroupTest
297 intent = buildPhoneAccountConfigureIntent(getActivity(), handle); in initAccountList()389 public static Intent buildPhoneAccountConfigureIntent( in buildPhoneAccountConfigureIntent() method in PhoneAccountSettingsFragment
109 final Intent intent = MobileNetworkUtils.buildPhoneAccountConfigureIntent(mContext, in updateState()
207 final Intent intent = MobileNetworkUtils.buildPhoneAccountConfigureIntent( in setSubscriptionInfoForPreference()
214 public static Intent buildPhoneAccountConfigureIntent( in buildPhoneAccountConfigureIntent() method in MobileNetworkUtils910 final Intent intent = buildPhoneAccountConfigureIntent(context, phoneAccountHandle); in isWifiCallingEnabled()
475 Intent intent = PhoneAccountSettingsFragment.buildPhoneAccountConfigureIntent( in updateVtWfc()