Home
last modified time | relevance | path

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

/frameworks/base/services/usage/java/com/android/server/usage/
DAppTimeLimitController.java285 void noteUsageStart(long startTimeMs) { in noteUsageStart() method in AppTimeLimitController.UsageGroup
286 noteUsageStart(startTimeMs, startTimeMs); in noteUsageStart()
290 void noteUsageStart(long startTimeMs, long currentTimeMs) { in noteUsageStart() method in AppTimeLimitController.UsageGroup
463 public void noteUsageStart(long startTimeMs, long currentTimeMs) { in noteUsageStart() method in AppTimeLimitController.SessionUsageGroup
471 super.noteUsageStart(startTimeMs, currentTimeMs); in noteUsageStart()
726 group.noteUsageStart(currentTimeMs); in noteActiveLocked()
902 public void noteUsageStart(String name, int userId, long timeAgoMs) in noteUsageStart() method in AppTimeLimitController
927 group.noteUsageStart(currentTime - timeAgoMs, currentTime); in noteUsageStart()
938 public void noteUsageStart(String name, int userId) throws IllegalArgumentException { in noteUsageStart() method in AppTimeLimitController
939 noteUsageStart(name, userId, 0); in noteUsageStart()
DUsageStatsService.java489 mAppTimeLimit.noteUsageStart(event.mPackage, userId); in reportEvent()
493 mAppTimeLimit.noteUsageStart(event.mTaskRootPackage, userId); in reportEvent()
1531 mAppTimeLimit.noteUsageStart(buildFullToken(callingPackage, token), in reportPastUsageStart()
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DAppTimeLimitControllerTests.java1059 mController.noteUsageStart(packageName, USER_ID); in startUsage()
1063 mController.noteUsageStart(packageName, USER_ID, timeAgo); in startPastUsage()
/frameworks/base/services/
Dart-profile13678 PLcom/android/server/usage/AppTimeLimitController$SessionUsageGroup;->noteUsageStart(JJ)V
13684 PLcom/android/server/usage/AppTimeLimitController$UsageGroup;->noteUsageStart(JJ)V
13697 HSPLcom/android/server/usage/AppTimeLimitController;->noteUsageStart(Ljava/lang/String;I)V
13698 HSPLcom/android/server/usage/AppTimeLimitController;->noteUsageStart(Ljava/lang/String;IJ)V