Home
last modified time | relevance | path

Searched defs:setEstimatedLaunchTimes (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/usage/
DIUsageStatsManager.aidl58 void setEstimatedLaunchTimes(in ParceledListSlice appLaunchTimes, int userId); in setEstimatedLaunchTimes() method
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java1632 private void setEstimatedLaunchTimes(int userId, List<AppLaunchEstimateInfo> launchEstimates) { in setEstimatedLaunchTimes() method in UsageStatsService
2474 public void setEstimatedLaunchTimes(ParceledListSlice estimatedLaunchTimes, int userId) { in setEstimatedLaunchTimes() method in UsageStatsService.BinderService