Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DDisconnectCause.java185 @Annotation.PreciseDisconnectCauses int telephonyPreciseDisconnectCause, in DisconnectCause() argument
193 mTelephonyPreciseDisconnectCause = telephonyPreciseDisconnectCause; in DisconnectCause()
289 int telephonyPreciseDisconnectCause = source.readInt();
292 telephonyDisconnectCause, telephonyPreciseDisconnectCause, imsReasonInfo);
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DDisconnectCauseUtil.java72 int telephonyDisconnectCause, int telephonyPreciseDisconnectCause, String reason) { in toTelecomDisconnectCause() argument
73 return toTelecomDisconnectCause(telephonyDisconnectCause, telephonyPreciseDisconnectCause, in toTelecomDisconnectCause()
102 int telephonyDisconnectCause, int telephonyPreciseDisconnectCause, String reason, in toTelecomDisconnectCause() argument
108 telephonyPreciseDisconnectCause), in toTelecomDisconnectCause()
113 telephonyPreciseDisconnectCause, in toTelecomDisconnectCause()
240 Context context, int telephonyDisconnectCause, int telephonyPreciseDisconnectCause) { in toTelecomDisconnectCauseLabel() argument
242 if (telephonyPreciseDisconnectCause != CallFailCause.NOT_VALID) { in toTelecomDisconnectCauseLabel()
243 label = getLabelFromPreciseDisconnectCause(context, telephonyPreciseDisconnectCause, in toTelecomDisconnectCauseLabel()
397 Context context, int telephonyPreciseDisconnectCause, int telephonyDisconnectCause) { in getLabelFromPreciseDisconnectCause() argument
403 switch (telephonyPreciseDisconnectCause) { in getLabelFromPreciseDisconnectCause()