Searched refs:MESSAGE_NOTIFY (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DCryptKeeper.java88 private static final int MESSAGE_NOTIFY = 3; field in class:CryptKeeper
225 case MESSAGE_NOTIFY:
273 mHandler.removeMessages(MESSAGE_NOTIFY);
274 mHandler.sendEmptyMessageDelayed(MESSAGE_NOTIFY, 5 * 1000);
369 mHandler.removeMessages(MESSAGE_NOTIFY);
557 mHandler.removeMessages(MESSAGE_NOTIFY);
558 mHandler.sendEmptyMessageDelayed(MESSAGE_NOTIFY, 120 * 1000);

Completed in 52 milliseconds