Home
last modified time | relevance | path

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

/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/transaction/
DCallExceptionTransaction.java28 return mCallException; in getCallException()
31 CallException mCallException; field in CallExceptionTransaction
35 mCallException = null; in CallExceptionTransaction()
40 mCallException = callException; in CallExceptionTransaction()
57 dest.writeParcelable(mCallException, flags); in writeToParcel()
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DLatchedOutcomeReceiver.java37 private CallException mCallException = null; field in LatchedOutcomeReceiver
44 return mCallException; in getmCallException()
61 mCallException = error; in onError()