Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java1821 final PendingIntent usageReport = options.getUsageTimeReport(); in ActivityRecord() local
1822 if (usageReport != null) { in ActivityRecord()
1823 appTimeTracker = new AppTimeTracker(usageReport); in ActivityRecord()