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

/packages/apps/Settings/src/com/android/settings/
H A DCryptKeeper.java94 private static final int MESSAGE_NOTIFY = 2; field in class:CryptKeeper
328 case MESSAGE_NOTIFY:
378 mHandler.removeMessages(MESSAGE_NOTIFY);
379 mHandler.sendEmptyMessageDelayed(MESSAGE_NOTIFY, 5 * 1000);
546 mHandler.removeMessages(MESSAGE_NOTIFY);
809 mHandler.removeMessages(MESSAGE_NOTIFY);
810 mHandler.sendEmptyMessageDelayed(MESSAGE_NOTIFY, 120 * 1000);

Completed in 38 milliseconds