Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl2156 List<RadioAccessSpecifier> getSystemSelectionChannels(int subId); in getSystemSelectionChannels() method
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java2581 default void getSystemSelectionChannels(Message onComplete) {} in getSystemSelectionChannels() method
H A DPhone.java2757 public void getSystemSelectionChannels(Message response) { in getSystemSelectionChannels() method in Phone
2758 mCi.getSystemSelectionChannels(response); in getSystemSelectionChannels()
H A DRIL.java1175 public void getSystemSelectionChannels(Message onComplete) { in getSystemSelectionChannels() method in RIL
1200 radioProxy16.getSystemSelectionChannels(rr.mSerial); in getSystemSelectionChannels()
/aosp12/hardware/interfaces/radio/1.6/
H A DIRadio.hal466 oneway getSystemSelectionChannels(int32_t serial);
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java14102 public @NonNull List<RadioAccessSpecifier> getSystemSelectionChannels() { in getSystemSelectionChannels() method in TelephonyManager
14106 return service.getSystemSelectionChannels(getSubId()); in getSystemSelectionChannels()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java1726 phone.getSystemSelectionChannels(onCompleted); in handleMessage()
9565 public List<RadioAccessSpecifier> getSystemSelectionChannels(int subId) { in getSystemSelectionChannels() method in PhoneInterfaceManager
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt12020 …_STATE) public java.util.List<android.telephony.RadioAccessSpecifier> getSystemSelectionChannels();