Home
last modified time | relevance | path

Searched refs:getDataStateForSubId (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl338 int getDataStateForSubId(int subId); in getDataStateForSubId() method
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java2913 return getDataStateForSubId(mSubscriptionController.getDefaultDataSubId()); in getDataState()
2917 public int getDataStateForSubId(int subId) { in getDataStateForSubId() method in PhoneInterfaceManager
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java5892 int state = telephony.getDataStateForSubId( in getDataState()