Searched refs:MSG_SET_IN_CALL_ADAPTER (Results 1 – 1 of 1) sorted by relevance
70 private static final int MSG_SET_IN_CALL_ADAPTER = 1; field in InCallService86 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(); in setInCallAdapter()