/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SubscriptionInfoUpdaterTest.java | 190 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 …]
|
D | CarrierKeyDownloadMgrTest.java | 286 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()
|
D | CarrierDisplayNameResolverTest.java | 85 doReturn(mockConfigManager).when(mContext).getSystemService(Context.CARRIER_CONFIG_SERVICE); in setUp()
|
/frameworks/opt/net/ims/tests/src/com/android/ims/ |
D | ContextFixture.java | 97 case Context.CARRIER_CONFIG_SERVICE: in getSystemService() 123 return Context.CARRIER_CONFIG_SERVICE; in getSystemServiceName()
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyFrameworkInitializer.java | 76 Context.CARRIER_CONFIG_SERVICE, in registerServiceWrappers()
|
/frameworks/base/core/java/android/os/ |
D | TelephonyServiceManager.java | 163 return new ServiceRegisterer(Context.CARRIER_CONFIG_SERVICE); in getCarrierConfigServiceRegisterer()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | ApnSettingUtils.java | 141 phone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in isMeteredApnType()
|
D | DataThrottler.java | 146 .getSystemService(Context.CARRIER_CONFIG_SERVICE); in getCarrierConfig()
|
D | DataEnabledSettings.java | 487 mPhone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in getDefaultDataRoamingEnabled()
|
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ |
D | CustomConfigLoader.java | 68 Context.CARRIER_CONFIG_SERVICE); in loadCarrierActionList()
|
/frameworks/base/tests/vcn/java/com/android/server/vcn/ |
D | TelephonySubscriptionTrackerTest.java | 136 doReturn(Context.CARRIER_CONFIG_SERVICE) in TelephonySubscriptionTrackerTest() 141 .getSystemService(Context.CARRIER_CONFIG_SERVICE); in TelephonySubscriptionTrackerTest()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierServiceStateTracker.java | 266 context.getSystemService(Context.CARRIER_CONFIG_SERVICE); in isCarrierConfigEnableNr() 355 context.getSystemService(Context.CARRIER_CONFIG_SERVICE);
|
D | RatRatcheter.java | 201 mPhone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in resetRatFamilyMap()
|
D | CallTracker.java | 177 phone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in convertNumberIfNecessary()
|
D | MissedIncomingCallSmsFilter.java | 80 .getSystemService(Context.CARRIER_CONFIG_SERVICE); in MissedIncomingCallSmsFilter()
|
D | GsmCdmaPhone.java | 1296 (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 …]
|
D | SmsBroadcastUndelivered.java | 286 (CarrierConfigManager) context.getSystemService(Context.CARRIER_CONFIG_SERVICE); in getUndeliveredSmsExpirationTime()
|
D | CarrierInfoManager.java | 103 context.getSystemService(Context.CARRIER_CONFIG_SERVICE); in getCarrierInfoForImsiEncryption()
|
D | CellularNetworkValidator.java | 187 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE);
|
D | NetworkRegistrationManager.java | 100 Context.CARRIER_CONFIG_SERVICE); in NetworkRegistrationManager()
|
D | RetryManager.java | 360 mPhone.getContext().getSystemService(Context.CARRIER_CONFIG_SERVICE); in configureRetry()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/ |
D | MobileMappings.java | 217 context.getSystemService(Context.CARRIER_CONFIG_SERVICE); in readConfig()
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssConfiguration.java | 305 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in loadPropertiesFromCarrierConfig()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | DataFailCauseTest.java | 144 mContext.getSystemService(Context.CARRIER_CONFIG_SERVICE); in setUp()
|
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/util/ |
D | UceUtils.java | 90 context.getSystemService(Context.CARRIER_CONFIG_SERVICE); in isEabProvisioned()
|