Home
last modified time | relevance | path

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

12

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java186 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testSimAbsent()
206 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testSimUnknown()
225 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testSimError()
244 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testWrongSimState()
294 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testSimLoaded()
343 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testSimLoadedEmptyOperatorNumeric()
387 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testSimLockedWithOutIccId()
476 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testSimLockWithIccId()
DCarrierKeyDownloadMgrTest.java284 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testCarrierConfigChanged()
307 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testAlarmRenewal()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcFailCause.java159 context.getSystemService(Context.CARRIER_CONFIG_SERVICE); in isRestartRadioFail()
181 context.getSystemService(Context.CARRIER_CONFIG_SERVICE); in isPermanentFailure()
DApnSetting.java445 phone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in isMeteredApnType()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DTetherUtil.java28 .getSystemService(Context.CARRIER_CONFIG_SERVICE); in isEntitlementCheckRequired()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DTetherUtilTest.java46 when(mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE)).thenReturn(null); in isEntitlementCheckRequired_noConfigManager_returnTrue()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierSmsUtils.java76 Context.CARRIER_CONFIG_SERVICE); in getCarrierImsPackage()
DRatRatcheter.java106 mPhone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in resetRatFamilyMap()
DCallTracker.java211 phone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in convertNumberIfNecessary()
DCarrierServiceStateTracker.java202 context.getSystemService(Context.CARRIER_CONFIG_SERVICE);
DGsmCdmaPhone.java1062 (CarrierConfigManager) mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in dial()
1162 (CarrierConfigManager) mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in isNotificationOfWfcCallRequired()
1396 getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in getVoiceMailNumber()
1456 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in getDeviceId()
1995 getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in supports3gppCallForwardingWhileRoaming()
2220 getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in handleMessage()
3168 getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in phoneObjectUpdater()
DCarrierSignalAgent.java188 .getSystemService(Context.CARRIER_CONFIG_SERVICE); in loadCarrierConfig()
DRetryManager.java340 mPhone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in configureRetry()
DServiceStateTracker.java2101 mPhone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in updateRoamingState()
2130 mPhone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in updateRoamingState()
2197 mPhone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in updateSpnDisplay()
3345 .getSystemService(Context.CARRIER_CONFIG_SERVICE); in isOperatorConsideredNonRoaming()
3369 .getSystemService(Context.CARRIER_CONFIG_SERVICE); in isOperatorConsideredRoaming()
3898 context.getSystemService(Context.CARRIER_CONFIG_SERVICE); in setNotification()
4366 mPhone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in updateLteEarfcnLists()
DCarrierKeyDownloadManager.java341 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in carrierUsesKeys()
DSmsNumberUtils.java610 phone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in needToConvert()
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCustomConfigLoader.java69 Context.CARRIER_CONFIG_SERVICE); in loadCarrierActionList()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DCarrierNetworkConfig.java113 (CarrierConfigManager) context.getSystemService(Context.CARRIER_CONFIG_SERVICE); in updateNetworkConfig()
DFrameworkFacade.java112 .getSystemService(Context.CARRIER_CONFIG_SERVICE); in getConfigWiFiDisableInECBM()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DCarrierNetworkConfigTest.java85 when(mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE)) in setUp()
/frameworks/base/tests/net/java/com/android/server/connectivity/
DTetheringTest.java198 when(mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE)) in setupForRequiredProvisioning()
213 when(mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE)) in toleratesCarrierConfigManagerMissing()
/frameworks/base/telephony/java/android/telephony/
DCarrierConfigManager.java37 @SystemService(Context.CARRIER_CONFIG_SERVICE)
1972 .asInterface(ServiceManager.getService(Context.CARRIER_CONFIG_SERVICE)); in getICarrierConfigLoader()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DEriManager.java180 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in loadEriFileFromXml()
/frameworks/base/core/java/android/content/
DContext.java2948 CARRIER_CONFIG_SERVICE,
3576 public static final String CARRIER_CONFIG_SERVICE = "carrier_config"; field in Context
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsManager.java1488 Context.CARRIER_CONFIG_SERVICE); in ImsManager()
1990 Context.CARRIER_CONFIG_SERVICE); in getBooleanCarrierConfig()
2039 Context.CARRIER_CONFIG_SERVICE); in getIntCarrierConfig()

12