/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SubscriptionInfoUpdaterTest.java | 155 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testSimAbsent() 174 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testSimUnknown() 192 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testSimError() 210 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testWrongSimState() 258 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testSimLoaded() 306 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testSimLoadedEmptyOperatorNumeric() 349 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testSimLockedWithOutIccId() 435 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in testSimLockWIthIccId()
|
D | ContextFixture.java | 223 case Context.CARRIER_CONFIG_SERVICE: in getSystemService()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcFailCause.java | 159 context.getSystemService(Context.CARRIER_CONFIG_SERVICE); in isRestartRadioFail() 181 context.getSystemService(Context.CARRIER_CONFIG_SERVICE); in isPermanentFailure()
|
D | ApnSetting.java | 415 context.getSystemService(Context.CARRIER_CONFIG_SERVICE); in isMeteredApnType()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
D | TetherUtil.java | 26 .getSystemService(Context.CARRIER_CONFIG_SERVICE); in isEntitlementCheckRequired()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierSmsUtils.java | 76 Context.CARRIER_CONFIG_SERVICE); in getCarrierImsPackage()
|
D | RatRatcheter.java | 106 mPhone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in resetRatFamilyMap()
|
D | CarrierServiceStateTracker.java | 133 context.getSystemService(Context.CARRIER_CONFIG_SERVICE);
|
D | CallTracker.java | 211 phone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in convertNumberIfNecessary()
|
D | CarrierSignalAgent.java | 128 .getSystemService(Context.CARRIER_CONFIG_SERVICE); in loadCarrierConfig()
|
D | GsmCdmaPhone.java | 1066 (CarrierConfigManager) mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in dial() 1149 (CarrierConfigManager) mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in isNotificationOfWfcCallRequired() 1383 getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in getVoiceMailNumber() 1443 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in getDeviceId() 1953 getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in supports3gppCallForwardingWhileRoaming() 2166 getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in handleMessage() 3101 getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in phoneObjectUpdater()
|
D | RetryManager.java | 331 mPhone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in configureRetry()
|
D | SmsNumberUtils.java | 605 phone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in needToConvert()
|
D | ServiceStateTracker.java | 2039 mPhone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in updateRoamingState() 2071 mPhone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in updateRoamingState() 2131 mPhone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in updateSpnDisplay() 3792 context.getSystemService(Context.CARRIER_CONFIG_SERVICE); in setNotification() 4263 mPhone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in updateLteEarfcnLists()
|
D | GsmCdmaConnection.java | 1052 phone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in fetchDtmfToneDelay()
|
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ |
D | CustomConfigLoader.java | 70 Context.CARRIER_CONFIG_SERVICE); in loadCarrierActionList()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | FrameworkFacade.java | 104 .getSystemService(Context.CARRIER_CONFIG_SERVICE); in getConfigWiFiDisableInECBM()
|
/frameworks/base/tests/net/java/com/android/server/connectivity/ |
D | TetheringTest.java | 165 when(mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE)) in setupForRequiredProvisioning() 180 when(mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE)) in toleratesCarrierConfigManagerMissing()
|
/frameworks/base/telephony/java/android/telephony/ |
D | CarrierConfigManager.java | 36 @SystemService(Context.CARRIER_CONFIG_SERVICE) 1783 .asInterface(ServiceManager.getService(Context.CARRIER_CONFIG_SERVICE)); in getICarrierConfigLoader()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | EriManager.java | 180 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in loadEriFileFromXml()
|
/frameworks/base/core/java/android/content/ |
D | Context.java | 2909 CARRIER_CONFIG_SERVICE, 3524 public static final String CARRIER_CONFIG_SERVICE = "carrier_config"; field in Context
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsManager.java | 1398 Context.CARRIER_CONFIG_SERVICE); in ImsManager() 1861 Context.CARRIER_CONFIG_SERVICE); in getBooleanCarrierConfig() 1910 Context.CARRIER_CONFIG_SERVICE); in getIntCarrierConfig()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | ImsResolver.java | 253 Context.CARRIER_CONFIG_SERVICE); in ImsResolver()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | SIMRecords.java | 1168 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in handleMessage() 1619 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in handleCarrierNameOverride()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneConnection.java | 590 phone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in fetchDtmfToneDelay()
|