Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DInternalResourceService.java659 mAgent.noteInstantaneousEventLocked(userId, ipo.installerPackageName, in onPackageAdded()
922 mAgent.noteInstantaneousEventLocked(userId, pkgName, in processUsageEventLocked()
927 mAgent.noteInstantaneousEventLocked(userId, pkgName, in processUsageEventLocked()
1501 mAgent.noteInstantaneousEventLocked(userId, pkgName, eventId, tag); in noteInstantaneousEvent()
H A DAgent.java174 void noteInstantaneousEventLocked(final int userId, @NonNull final String pkgName, in noteInstantaneousEventLocked() method in Agent