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

  /frameworks/base/services/usage/java/com/android/server/usage/
AppStandbyController.java 192 static final int MSG_CHECK_PAROLE_TIMEOUT = 6;
514 if (DEBUG) Slog.d(TAG, "Posting MSG_CHECK_PAROLE_TIMEOUT");
515 mHandler.removeMessages(MSG_CHECK_PAROLE_TIMEOUT);
528 mHandler.sendEmptyMessageDelayed(MSG_CHECK_PAROLE_TIMEOUT, timeLeft);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 288 milliseconds