Home
last modified time | relevance | path

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

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