/frameworks/base/services/core/java/com/android/server/am/ |
D | BaseAppStateTimeSlotEventsTracker.java | 151 void onUserInteractionStarted(String packageName, int uid) { in onUserInteractionStarted() method in BaseAppStateTimeSlotEventsTracker 152 mInjector.getPolicy().onUserInteractionStarted(packageName, uid); in onUserInteractionStarted() 325 void onUserInteractionStarted(String packageName, int uid) { in onUserInteractionStarted() method in BaseAppStateTimeSlotEventsTracker.BaseAppStateTimeSlotEventsPolicy
|
D | BaseAppStateTracker.java | 245 void onUserInteractionStarted(String packageName, int uid) { in onUserInteractionStarted() method in BaseAppStateTracker
|
D | AppBatteryTracker.java | 380 void onUserInteractionStarted(String packageName, int uid) { in onUserInteractionStarted() method in AppBatteryTracker 381 mInjector.getPolicy().onUserInteractionStarted(packageName, uid); in onUserInteractionStarted() 2031 void onUserInteractionStarted(String packageName, int uid) { in onUserInteractionStarted() method in AppBatteryTracker.AppBatteryPolicy
|
D | AppRestrictionController.java | 1450 public void onUserInteractionStarted(String packageName, @UserIdInt int userId) { 3194 c.onUserInteractionStarted((String) msg.obj, msg.arg1); 3507 private void onUserInteractionStarted(String packageName, @UserIdInt int userId) { 3511 mAppStateTrackers.get(i).onUserInteractionStarted(packageName, uid);
|
/frameworks/base/apex/jobscheduler/framework/java/com/android/server/usage/ |
D | AppStandbyInternal.java | 59 public void onUserInteractionStarted(String packageName, @UserIdInt int userId) { in onUserInteractionStarted() method in AppStandbyInternal.AppIdleStateChangeListener
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | BackgroundRestrictionTest.java | 826 mIdleStateListener.onUserInteractionStarted(testPkgName, testUser); in testBgCurrentDrainMonitor() 1039 mIdleStateListener.onUserInteractionStarted(testPkgName, testUser); in testBgCurrentDrainMonitor() 1076 mIdleStateListener.onUserInteractionStarted(testPkgName, testUser); in testBgCurrentDrainMonitor() 1949 mIdleStateListener.onUserInteractionStarted(testPkgName1, in testBgCurrentDrainMonitorExemptions() 2155 mIdleStateListener.onUserInteractionStarted(testPkgName1, in testBgCurrentDrainMonitorExemptions() 2285 mIdleStateListener.onUserInteractionStarted(testPkgName1, in testBgCurrentDrainMonitorExemptions()
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/ |
D | AppStandbyController.java | 2095 listener.onUserInteractionStarted(packageName, userId); in informListeners()
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
D | JobSchedulerService.java | 4587 public void onUserInteractionStarted(String packageName, int userId) {
|
/frameworks/base/services/ |
D | art-wear-profile | 4896 PLcom/android/server/am/AppBatteryTracker$AppBatteryPolicy;->onUserInteractionStarted(Ljava/lang/St… 4915 PLcom/android/server/am/AppBatteryTracker;->onUserInteractionStarted(Ljava/lang/String;I)V 5181 PLcom/android/server/am/AppRestrictionController$4;->onUserInteractionStarted(Ljava/lang/String;I)V 5316 PLcom/android/server/am/AppRestrictionController;->onUserInteractionStarted(Ljava/lang/String;I)V 5424 …ppStateTimeSlotEventsTracker$BaseAppStateTimeSlotEventsPolicy;->onUserInteractionStarted(Ljava/lan… 5437 PLcom/android/server/am/BaseAppStateTimeSlotEventsTracker;->onUserInteractionStarted(Ljava/lang/Str… 5460 PLcom/android/server/am/BaseAppStateTracker;->onUserInteractionStarted(Ljava/lang/String;I)V 12804 PLcom/android/server/job/JobSchedulerService$StandbyTracker;->onUserInteractionStarted(Ljava/lang/S…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 9388 Landroid/app/usage/UsageStatsManagerInternal$AppIdleStateChangeListener;->onUserInteractionStarted(…
|