Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DDisconnectCauseUtil.java71 int telephonyDisconnectCause, int telephonyPerciseDisconnectCause, String reason) { in toTelecomDisconnectCause() argument
72 return toTelecomDisconnectCause(telephonyDisconnectCause, telephonyPerciseDisconnectCause, in toTelecomDisconnectCause()
101 int telephonyDisconnectCause, int telephonyPerciseDisconnectCause, String reason, in toTelecomDisconnectCause() argument
107 telephonyPerciseDisconnectCause), in toTelecomDisconnectCause()
236 Context context, int telephonyDisconnectCause, int telephonyPerciseDisconnectCause) { in toTelecomDisconnectCauseLabel() argument
238 if (telephonyPerciseDisconnectCause != CallFailCause.NOT_VALID) { in toTelecomDisconnectCauseLabel()
239 label = getLabelFromPreciseDisconnectCause(context, telephonyPerciseDisconnectCause, in toTelecomDisconnectCauseLabel()