HomeSort by relevance Sort by last modified time
    Searched refs:MSG_ID_TIMEOUT (Results 1 - 3 of 3) sorted by null

  /packages/apps/Stk/src/com/android/stk/
StkDialogActivity.java 45 case MSG_ID_TIMEOUT:
57 private static final int MSG_ID_TIMEOUT = 1;
175 mTimeoutHandler.removeMessages(MSG_ID_TIMEOUT);
186 .obtainMessage(MSG_ID_TIMEOUT), dialogDuration);
StkMenuActivity.java 61 private static final int MSG_ID_TIMEOUT = 1;
67 case MSG_ID_TIMEOUT:
250 mTimeoutHandler.removeMessages(MSG_ID_TIMEOUT);
258 .obtainMessage(MSG_ID_TIMEOUT), StkApp.UI_TIMEOUT);
StkInputActivity.java 70 private static final int MSG_ID_TIMEOUT = 1;
76 case MSG_ID_TIMEOUT:
255 mTimeoutHandler.removeMessages(MSG_ID_TIMEOUT);
261 .obtainMessage(MSG_ID_TIMEOUT), StkApp.UI_TIMEOUT);

Completed in 207 milliseconds