Searched refs:EVENT_GET_CALL_WAITING_DONE (Results 1 – 2 of 2) sorted by relevance
65 private static final int EVENT_GET_CALL_WAITING_DONE = 2; field in CallWaitingController177 Message resp = obtainMessage(EVENT_GET_CALL_WAITING_DONE, 0, 0, cw); in getCallWaiting()193 Message resp = obtainMessage(EVENT_GET_CALL_WAITING_DONE, 0, 0, cw); in getCallWaiting()258 case EVENT_GET_CALL_WAITING_DONE: in handleMessage()427 obtainMessage(EVENT_GET_CALL_WAITING_DONE)); in onRegisteredToNetwork()
161 private static final int EVENT_GET_CALL_WAITING_DONE = EVENT_LAST + 4; field in ImsPhone1321 resp = obtainMessage(EVENT_GET_CALL_WAITING_DONE, ss); in getCallWaiting()1867 case EVENT_GET_CALL_WAITING_DONE: in sendResponseOrRetryOnCsfbSs()1922 case EVENT_GET_CALL_WAITING_DONE: in handleMessage()1927 } else if (msg.what == EVENT_GET_CALL_WAITING_DONE) { in handleMessage()