Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DBackgroundInstallControlService.java92 TreeSet<ForegroundTimeFrame>> mInstallerForegroundTimeFrames =
264 TreeSet<BackgroundInstallControlService.ForegroundTimeFrame> foregroundTimeFrames = in wasForegroundInstallation()
318 TreeSet<BackgroundInstallControlService.ForegroundTimeFrame> foregroundTimeFrames = in handleUsageEvent()
326 foregroundTimeFrames.add(new ForegroundTimeFrame(event.mTimeStamp)); in handleUsageEvent()
427 SparseArrayMap<String, TreeSet<ForegroundTimeFrame>> getInstallerForegroundTimeFrames() { in getInstallerForegroundTimeFrames()
479 static final class ForegroundTimeFrame implements Comparable<ForegroundTimeFrame> { class in BackgroundInstallControlService
484 public int compareTo(ForegroundTimeFrame o) { in compareTo()
491 ForegroundTimeFrame(long startTimeStampMillis) { in ForegroundTimeFrame() method in BackgroundInstallControlService.ForegroundTimeFrame