Home
last modified time | relevance | path

Searched defs:onUserInteractionStarted (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBaseAppStateTimeSlotEventsTracker.java151 void onUserInteractionStarted(String packageName, int uid) { in onUserInteractionStarted() method in BaseAppStateTimeSlotEventsTracker
325 void onUserInteractionStarted(String packageName, int uid) { in onUserInteractionStarted() method in BaseAppStateTimeSlotEventsTracker.BaseAppStateTimeSlotEventsPolicy
H A DBaseAppStateTracker.java245 void onUserInteractionStarted(String packageName, int uid) { in onUserInteractionStarted() method in BaseAppStateTracker
H A DAppBatteryTracker.java378 void onUserInteractionStarted(String packageName, int uid) { in onUserInteractionStarted() method in AppBatteryTracker
1992 void onUserInteractionStarted(String packageName, int uid) { in onUserInteractionStarted() method in AppBatteryTracker.AppBatteryPolicy
H A DAppRestrictionController.java3389 private void onUserInteractionStarted(String packageName, @UserIdInt int userId) { in onUserInteractionStarted() method in AppRestrictionController
/aosp14/frameworks/base/apex/jobscheduler/framework/java/com/android/server/usage/
H A DAppStandbyInternal.java59 public void onUserInteractionStarted(String packageName, @UserIdInt int userId) { in onUserInteractionStarted() method in AppStandbyInternal.AppIdleStateChangeListener