Searched refs:MSG_SET_IN_CALL_ADAPTER (Results 1 – 1 of 1) sorted by relevance
69 private static final int MSG_SET_IN_CALL_ADAPTER = 1; field in InCallService81 if (mPhone == null && msg.what != MSG_SET_IN_CALL_ADAPTER) {86 case MSG_SET_IN_CALL_ADAPTER:127 mHandler.obtainMessage(MSG_SET_IN_CALL_ADAPTER, inCallAdapter).sendToTarget(); in setInCallAdapter()