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

/frameworks/base/telecomm/java/android/telecom/
H A DInCallService.java70 private static final int MSG_SET_IN_CALL_ADAPTER = 1; field in class:InCallService
86 if (mPhone == null && msg.what != MSG_SET_IN_CALL_ADAPTER) {
91 case MSG_SET_IN_CALL_ADAPTER:
161 mHandler.obtainMessage(MSG_SET_IN_CALL_ADAPTER, inCallAdapter).sendToTarget();

Completed in 60 milliseconds