Searched refs:mTelephonyManager (Results 1 – 6 of 6) sorted by relevance
83 private final TelephonyManager mTelephonyManager; field in TelephonyManagerFacade116 mTelephonyManager = in TelephonyManagerFacade()133 mTelephonyManager.factoryReset(subId); in telephonyFactoryReset()150 return mTelephonyManager.setPreferredNetworkType( in telephonySetPreferredNetworkTypesForSubscription()164 mTelephonyManager.setNetworkSelectionModeAutomatic(); in telephonySetNetworkSelectionModeAutomaticForSubscription()176 int networkPreferenceInt = mTelephonyManager.getPreferredNetworkType(subId); in telephonyGetPreferredNetworkTypesForSubscription()190 mTelephonyManager.getVoiceNetworkType(subId)); in telephonyGetCurrentVoiceNetworkTypeForSubscription()203 mTelephonyManager.getDataNetworkType(subId)); in telephonyGetCurrentDataNetworkTypeForSubscription()208 return mTelephonyManager.isVoiceCapable(); in telephonyIsVoiceCapable()222 return mTelephonyManager.getPreferredNetworkType(subId); in telephonyGetPreferredNetworkTypeIntegerForSubscription()[all …]
146 private final TelephonyManager mTelephonyManager; field in TelephonyStateListeners.DataConnectionStateChangeListener154 mTelephonyManager = tm; in DataConnectionStateChangeListener()161 mTelephonyManager = tm; in DataConnectionStateChangeListener()169 mTelephonyManager = tm; in DataConnectionStateChangeListener()179 mTelephonyManager.getDataNetworkType()), in onDataConnectionStateChanged()187 private final TelephonyManager mTelephonyManager; field in TelephonyStateListeners.ActiveDataSubIdChangeListener195 mTelephonyManager = tm; in ActiveDataSubIdChangeListener()202 mTelephonyManager = tm; in ActiveDataSubIdChangeListener()210 mTelephonyManager = tm; in ActiveDataSubIdChangeListener()
57 private final TelephonyManager mTelephonyManager; field in TelecomManagerFacade65 mTelephonyManager = new TelephonyManager(mService); in TelecomManagerFacade()184 if (subId == mTelephonyManager.getSubIdForPhoneAccount(phoneAccount)) { in telecomSetUserSelectedOutgoingPhoneAccountBySubId()
99 TelephonyManager mTelephonyManager; field in SmsFacade193 mTelephonyManager = in SmsFacade()343 mTelephonyManager.getLine1Number(); //TODO: b/21592513 - multi-sim awareness in smsSendMultimediaMessage()
60 private final TelephonyManager mTelephonyManager; field in DataUsageController71 mTelephonyManager = TelephonyManager.from(context); in DataUsageController()113 template = NetworkTemplate.normalize(template, mTelephonyManager.getMergedSubscriberIds()); in getMobileDataUsageInfoForSubscriber()127 template = NetworkTemplate.normalize(template, mTelephonyManager.getMergedSubscriberIds()); in getMobileDataUsageInfoForUid()242 mTelephonyManager.setDataEnabled(enabled); in setMobileDataEnabled()255 && mTelephonyManager.getSimState() == SIM_STATE_READY; in isMobileDataSupported()263 return mTelephonyManager.getDataEnabled(); in isMobileDataEnabled()
61 private final TelephonyManager mTelephonyManager; field in SettingsFacade84 mTelephonyManager = in SettingsFacade()362 String subscriberId = mTelephonyManager.getSubscriberId(subId); in getMobileDataUsageInfo()377 String subscriberId = mTelephonyManager.getSubscriberId(subId); in getMobileDataUsageInfoForUid()