Searched refs:ForegroundTimeFrame (Results 1 – 1 of 1) sorted by relevance
92 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 BackgroundInstallControlService484 public int compareTo(ForegroundTimeFrame o) { in compareTo()491 ForegroundTimeFrame(long startTimeStampMillis) { in ForegroundTimeFrame() method in BackgroundInstallControlService.ForegroundTimeFrame