Home
last modified time | relevance | path

Searched refs:getCarrierConfig (Results 1 – 25 of 32) sorted by relevance

12

/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java939 getTestContext().getCarrierConfig().putStringArray( in testCreateOutgoingEmergencyConnection_delayDial_carrierconfig_dds()
943 getTestContext().getCarrierConfig().putInt( in testCreateOutgoingEmergencyConnection_delayDial_carrierconfig_dds()
946 getTestContext().getCarrierConfig().putString( in testCreateOutgoingEmergencyConnection_delayDial_carrierconfig_dds()
1024 getTestContext().getCarrierConfig().putStringArray( in testCreateOutgoingEmergencyConnection_delayDial_nocarrierconfig()
1028 getTestContext().getCarrierConfig().putInt( in testCreateOutgoingEmergencyConnection_delayDial_nocarrierconfig()
1031 getTestContext().getCarrierConfig().putString( in testCreateOutgoingEmergencyConnection_delayDial_nocarrierconfig()
1050 getTestContext().getCarrierConfig().putStringArray( in testCreateOutgoingEmergencyConnection_delayDial_supportsuplondds()
1054 getTestContext().getCarrierConfig().putInt( in testCreateOutgoingEmergencyConnection_delayDial_supportsuplondds()
1057 getTestContext().getCarrierConfig().putString( in testCreateOutgoingEmergencyConnection_delayDial_supportsuplondds()
1076 getTestContext().getCarrierConfig().putStringArray( in testCreateOutgoingEmergencyConnection_delayDial_roaming_nocarrierconfig()
[all …]
DTestTelephonyConnection.java151 public PersistableBundle getCarrierConfig() { in getCarrierConfig() method in TestTelephonyConnection
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java1437 PersistableBundle carrierConfig = getCarrierConfig(); in filterCnapName()
1607 PersistableBundle b = getCarrierConfig(); in hasHighDefAudioProperty()
1670 PersistableBundle b = getCarrierConfig(); in canHoldImsCalls()
1703 if (!getCarrierConfig() in isAddParticipantCapable()
1748 public PersistableBundle getCarrierConfig() { in getCarrierConfig() method in TelephonyConnection
1757 PersistableBundle b = getCarrierConfig(); in canDeflectImsCalls()
1768 PersistableBundle b = getCarrierConfig(); in isCallTransferSupported()
2727 boolean isRttMergeSupported = getCarrierConfig() in refreshConferenceSupported()
2798 PersistableBundle pb = getCarrierConfig(); in isShowingOriginalDialString()
3222 PersistableBundle b = getCarrierConfig(); in isNeededToFormatIncomingNumberForJp()
DImsConferenceController.java418 carrierConfig = getCarrierConfig(imsPhone); in startConference()
444 public static ImsConference.CarrierConfiguration getCarrierConfig(Phone phone) { in getCarrierConfig() method in ImsConferenceController
/packages/apps/Dialer/java/com/android/voicemail/impl/
DOmtpVvmCarrierConfigHelper.java135 carrierConfig = getCarrierConfig(telephonyManager); in OmtpVvmCarrierConfigHelper()
452 private PersistableBundle getCarrierConfig(@NonNull TelephonyManager telephonyManager) { in getCarrierConfig() method in OmtpVvmCarrierConfigHelper
460 PersistableBundle config = telephonyManager.getCarrierConfig(); in getCarrierConfig()
/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
DBlockedNumberProvider.java544 private PersistableBundle getCarrierConfig() {
555 return getCarrierConfig().getBoolean(
560 return getCarrierConfig().getBoolean(
/packages/apps/Settings/src/com/android/settings/wifi/calling/
DEmergencyCallLimitationDisclaimer.java45 final int notificationDelay = getCarrierConfig().getInt( in shouldShow()
DLocationPolicyDisclaimer.java45 PersistableBundle config = getCarrierConfig(); in shouldShow()
DDisclaimerItem.java72 protected PersistableBundle getCarrierConfig() { in getCarrierConfig() method in DisclaimerItem
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/calling/
DEmergencyCallLimitationDisclaimer.java45 final int notificationDelay = getCarrierConfig().getInt( in shouldShow()
DLocationPolicyDisclaimer.java45 PersistableBundle config = getCarrierConfig(); in shouldShow()
DDisclaimerItem.java72 protected PersistableBundle getCarrierConfig() { in getCarrierConfig() method in DisclaimerItem
/packages/services/Telephony/src/com/android/phone/
DCdmaCallOptions.java54 carrierConfig = PhoneGlobals.getInstance().getCarrierConfig(); in onCreate()
DCallFeaturesSetting.java136 b = PhoneGlobals.getInstance().getCarrierConfig(); in handleAirplaneModeChange()
184 b = PhoneGlobals.getInstance().getCarrierConfig(); in doSsOverUtPrecautions()
DGsmUmtsCallOptions.java70 b = PhoneGlobals.getInstance().getCarrierConfig(); in init()
DGsmUmtsAdditionalCallOptions.java61 b = PhoneGlobals.getInstance().getCarrierConfig(); in onCreate()
DCdmaCallForwardOptions.java86 b = PhoneGlobals.getInstance().getCarrierConfig(); in onCreate()
DPhoneGlobals.java227 if (getCarrierConfig().getBoolean(
492 public PersistableBundle getCarrierConfig() { in getCarrierConfig() method in PhoneGlobals
DGsmUmtsCallForwardOptions.java73 b = PhoneGlobals.getInstance().getCarrierConfig(); in onCreate()
DIccNetworkDepersonalizationPanel.java205 PersistableBundle carrierConfig = PhoneGlobals.getInstance().getCarrierConfig(); in onCreate()
DCarrierConfigLoader.java317 carrierService.getCarrierConfig(carrierId, resultReceiver); in handleMessage()
441 carrierService.getCarrierConfig(carrierId, resultReceiver); in handleMessage()
/packages/services/Telephony/src/com/android/phone/vvm/
DCarrierVvmPackageInstalledReceiver.java111 PersistableBundle config = pinnedTelephonyManager.getCarrierConfig(); in getCarrierVvmPackages()
/packages/services/Telephony/tests/src/com/android/
DTestContext.java138 public PersistableBundle getCarrierConfig() { in getCarrierConfig() method in TestContext
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DLegacyVoicemailNotifier.java102 PersistableBundle config = pinnedTelephonyManager.getCarrierConfig(); in createNotification()
/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DTelephonyRcsServiceTest.java222 PersistableBundle bundle = mContext.getCarrierConfig(); in setCarrierConfig()

12