Searched refs:MSG_UNBIND (Results 1 – 2 of 2) sorted by relevance
67 private static final int MSG_UNBIND = 2; field in AbstractRemoteService71 protected static final int LAST_PRIVATE_MSG = MSG_UNBIND;339 mHandler.removeMessages(MSG_UNBIND); in cancelScheduledUnbind()384 .setWhat(MSG_UNBIND), unbindDelay); in scheduleUnbind()
474 static final int MSG_UNBIND = 3; field in InputMethodManager819 case MSG_UNBIND: { in handleMessage()1049 mH.obtainMessage(MSG_UNBIND, sequence, unbindReason).sendToTarget();