Home
last modified time | relevance | path

Searched refs:MSG_RETRIEVE_ESTIMATED_LAUNCH_TIME (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DPrefetchController.java126 private static final int MSG_RETRIEVE_ESTIMATED_LAUNCH_TIME = 0; field in PrefetchController
230 mHandler.obtainMessage(MSG_RETRIEVE_ESTIMATED_LAUNCH_TIME, userId, 0, pkgName) in getNextEstimatedLaunchTimeLocked()
488 case MSG_RETRIEVE_ESTIMATED_LAUNCH_TIME: in handleMessage()