Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java330 private static final int CMD_GET_SYSTEM_SELECTION_CHANNELS = 97; field in PhoneInterfaceManager
1721 case CMD_GET_SYSTEM_SELECTION_CHANNELS: { in handleMessage()
9572 Object result = sendRequest(CMD_GET_SYSTEM_SELECTION_CHANNELS, null, subId, workSource); in getSystemSelectionChannels()