Home
last modified time | relevance | path

Searched defs:getEstimatedLaunchTime (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/apex/jobscheduler/framework/java/com/android/server/usage/
H A DAppStandbyInternal.java93 long getEstimatedLaunchTime(String packageName, int userId); in getEstimatedLaunchTime() method
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
H A DAppIdleHistory.java514 public long getEstimatedLaunchTime(String packageName, int userId, long nowElapsed) { in getEstimatedLaunchTime() method in AppIdleHistory
H A DAppStandbyController.java1350 public long getEstimatedLaunchTime(String packageName, int userId) { in getEstimatedLaunchTime() method in AppStandbyController