Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java326 private static final int CMD_IS_NR_DUAL_CONNECTIVITY_ENABLED = 93; field in PhoneInterfaceManager
820 case CMD_IS_NR_DUAL_CONNECTIVITY_ENABLED: { in handleMessage()
6501 boolean isEnabled = (boolean) sendRequest(CMD_IS_NR_DUAL_CONNECTIVITY_ENABLED, in isNrDualConnectivityEnabled()