Searched defs:MSG_ABORT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java88 private static final int MSG_ABORT = 3; field in class:ConnectionService
154 mHandler.obtainMessage(MSG_ABORT, callId).sendToTarget();
321 case MSG_ABORT:

Completed in 43 milliseconds