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

/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java104 private static final int MSG_REJECT_WITH_MESSAGE = 20; field in class:ConnectionService
180 mHandler.obtainMessage(MSG_REJECT_WITH_MESSAGE, args).sendToTarget();
341 case MSG_REJECT_WITH_MESSAGE: {

Completed in 45 milliseconds