Home
last modified time | relevance | path

Searched refs:getServiceStateForSlot (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/settings/
DRadioInfo.java1388 serviceState = mTelephonyManager.getServiceStateForSlot(mPhoneId); in updateServiceState()
1472 mTelephonyManager.getServiceStateForSlot(mPhoneId) in updateNetworkType()
1475 mTelephonyManager.getServiceStateForSlot(mPhoneId) in updateNetworkType()
1500 ss = mTelephonyManager.getServiceStateForSlot(mPhoneId); in updateRawRegistrationState()
1515 ServiceState ss = mTelephonyManager.getServiceStateForSlot(mPhoneId); in updateNrStats()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java8923 public ServiceState getServiceStateForSlot(int slotIndex, boolean renounceFineLocationAccess, in getServiceStateForSlot() method in PhoneInterfaceManager