Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl2223 List<RadioAccessSpecifier> getSystemSelectionChannels(int subId); in getSystemSelectionChannels() method
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java15470 public @NonNull List<RadioAccessSpecifier> getSystemSelectionChannels() { in getSystemSelectionChannels() method in TelephonyManager
15474 return service.getSystemSelectionChannels(getSubId()); in getSystemSelectionChannels()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt14840 …_STATE) public java.util.List<android.telephony.RadioAccessSpecifier> getSystemSelectionChannels();