Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DDisconnectCauseUtil.java794 if (is2gDisabled(phoneId) && !shouldTreatAsEmergency) { in toTelecomDisconnectCauseDescription()
804 if (is2gDisabled(phoneId) && !shouldTreatAsEmergency) { in toTelecomDisconnectCauseDescription()
1036 protected static boolean is2gDisabled(int phoneId) { in is2gDisabled() method in DisconnectCauseUtil