Home
last modified time | relevance | path

Searched refs:CARRIER_CONFIG_SERVICE (Results 1 – 25 of 76) sorted by relevance

1234

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java190 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testSimAbsent()
212 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testSimAbsentAndInactive()
229 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testSimUnknown()
246 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testSimNotReady()
271 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testSimNotReadyEmptyProfile()
298 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testSimNotReadyDisabledUiccApps()
342 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testSimError()
359 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testWrongSimState()
382 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in loadSim()
418 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testSimLoaded()
[all …]
DCarrierKeyDownloadMgrTest.java286 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testCarrierConfigChanged()
308 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testCarrierConfigChangedEmptyKey()
331 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testAlarmRenewal()
DCarrierDisplayNameResolverTest.java85 doReturn(mockConfigManager).when(mContext).getSystemService(Context.CARRIER_CONFIG_SERVICE); in setUp()
/frameworks/opt/net/ims/tests/src/com/android/ims/
DContextFixture.java97 case Context.CARRIER_CONFIG_SERVICE: in getSystemService()
123 return Context.CARRIER_CONFIG_SERVICE; in getSystemServiceName()
/frameworks/base/telephony/java/android/telephony/
DTelephonyFrameworkInitializer.java76 Context.CARRIER_CONFIG_SERVICE, in registerServiceWrappers()
/frameworks/base/core/java/android/os/
DTelephonyServiceManager.java163 return new ServiceRegisterer(Context.CARRIER_CONFIG_SERVICE); in getCarrierConfigServiceRegisterer()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DApnSettingUtils.java141 phone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in isMeteredApnType()
DDataThrottler.java146 .getSystemService(Context.CARRIER_CONFIG_SERVICE); in getCarrierConfig()
DDataEnabledSettings.java487 mPhone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in getDefaultDataRoamingEnabled()
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCustomConfigLoader.java68 Context.CARRIER_CONFIG_SERVICE); in loadCarrierActionList()
/frameworks/base/tests/vcn/java/com/android/server/vcn/
DTelephonySubscriptionTrackerTest.java136 doReturn(Context.CARRIER_CONFIG_SERVICE) in TelephonySubscriptionTrackerTest()
141 .getSystemService(Context.CARRIER_CONFIG_SERVICE); in TelephonySubscriptionTrackerTest()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java266 context.getSystemService(Context.CARRIER_CONFIG_SERVICE); in isCarrierConfigEnableNr()
355 context.getSystemService(Context.CARRIER_CONFIG_SERVICE);
DRatRatcheter.java201 mPhone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in resetRatFamilyMap()
DCallTracker.java177 phone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in convertNumberIfNecessary()
DMissedIncomingCallSmsFilter.java80 .getSystemService(Context.CARRIER_CONFIG_SERVICE); in MissedIncomingCallSmsFilter()
DGsmCdmaPhone.java1296 (CarrierConfigManager) mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in useImsForEmergency()
1359 (CarrierConfigManager) mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in dial()
1481 (CarrierConfigManager) mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in isNotificationOfWfcCallRequired()
1743 getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in getVoiceMailNumber()
1771 getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in getVoiceMailNumber()
1818 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in getDeviceId()
2034 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in getLine1Number()
2472 getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in setCallWaiting()
2675 getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in supports3gppCallForwardingWhileRoaming()
2953 getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in handleMessage()
[all …]
DSmsBroadcastUndelivered.java286 (CarrierConfigManager) context.getSystemService(Context.CARRIER_CONFIG_SERVICE); in getUndeliveredSmsExpirationTime()
DCarrierInfoManager.java103 context.getSystemService(Context.CARRIER_CONFIG_SERVICE); in getCarrierInfoForImsiEncryption()
DCellularNetworkValidator.java187 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE);
DNetworkRegistrationManager.java100 Context.CARRIER_CONFIG_SERVICE); in NetworkRegistrationManager()
DRetryManager.java360 mPhone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in configureRetry()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/
DMobileMappings.java217 context.getSystemService(Context.CARRIER_CONFIG_SERVICE); in readConfig()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssConfiguration.java305 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in loadPropertiesFromCarrierConfig()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDataFailCauseTest.java144 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in setUp()
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/util/
DUceUtils.java90 context.getSystemService(Context.CARRIER_CONFIG_SERVICE); in isEabProvisioned()

1234