Searched refs:msgWhat (Results 1 – 2 of 2) sorted by relevance
194 int msgWhat = mCount.incrementAndGet(); in queueAnimateMessage() local195 sendEmptyMessageDelayed(msgWhat, mWarningIconVisible ? WARNING_ICON_ON_DURATION_MSEC in queueAnimateMessage()252 int msgWhat = mCount.incrementAndGet(); in startScreenOnTimer() local253 removeMessages(msgWhat - 1); // Remove previous message, if any. in startScreenOnTimer()254 sendEmptyMessageDelayed(msgWhat, KEEP_SCREEN_ON_DURATION_MSEC); in startScreenOnTimer()255 Log.d(TAG, "added FLAG_KEEP_SCREEN_ON, queued screen off message id " + msgWhat); in startScreenOnTimer()278 int msgWhat = msg.what; in handleMessage() local279 if (msgWhat == mCount.get()) { in handleMessage()281 Log.d(TAG, "removed FLAG_KEEP_SCREEN_ON with id " + msgWhat); in handleMessage()283 Log.e(TAG, "discarding screen off message with id " + msgWhat); in handleMessage()
1468 protected boolean isLocalRequest(int msgWhat) { in isLocalRequest() argument1469 if ((msgWhat >= CMD_IKE_LOCAL_REQUEST_BASE in isLocalRequest()1470 && msgWhat < CMD_IKE_LOCAL_REQUEST_BASE + CMD_CATEGORY_SIZE) in isLocalRequest()1471 || (msgWhat >= CMD_CHILD_LOCAL_REQUEST_BASE in isLocalRequest()1472 && msgWhat < CMD_CHILD_LOCAL_REQUEST_BASE + CMD_CATEGORY_SIZE)) { in isLocalRequest()