Searched refs:TRANSACTION_EXCEPTION_KEY (Results 1 – 2 of 2) sorted by relevance
19 import static android.telecom.CallException.TRANSACTION_EXCEPTION_KEY;369 if (resultData != null && resultData.containsKey(TRANSACTION_EXCEPTION_KEY)) { in getTransactionException()370 return resultData.getParcelable(TRANSACTION_EXCEPTION_KEY, in getTransactionException()
37 public static final String TRANSACTION_EXCEPTION_KEY = "TelecomTransactionalExceptionKey"; field in CallException