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.java291 void noteUsageStart(long startTimeMs) { in noteUsageStart() method in AppTimeLimitController.UsageGroup
292 noteUsageStart(startTimeMs, startTimeMs); in noteUsageStart()
296 void noteUsageStart(long startTimeMs, long currentTimeMs) { in noteUsageStart() method in AppTimeLimitController.UsageGroup
469 public void noteUsageStart(long startTimeMs, long currentTimeMs) { in noteUsageStart() method in AppTimeLimitController.SessionUsageGroup
477 super.noteUsageStart(startTimeMs, currentTimeMs); in noteUsageStart()
742 group.noteUsageStart(currentTimeMs); in noteActiveLocked()
918 public void noteUsageStart(String name, int userId, long timeAgoMs) in noteUsageStart() method in AppTimeLimitController
943 group.noteUsageStart(currentTime - timeAgoMs, currentTime); in noteUsageStart()
954 public void noteUsageStart(String name, int userId) throws IllegalArgumentException { in noteUsageStart() method in AppTimeLimitController
955 noteUsageStart(name, userId, 0); in noteUsageStart()
DUsageStatsService.java1139 mAppTimeLimit.noteUsageStart(usageSourcePackage, userId); in reportEvent()
1171 mAppTimeLimit.noteUsageStart(usageSourcePackage2, userId); in reportEvent()
2995 mAppTimeLimit.noteUsageStart(buildFullToken(callingPackage, token), in reportPastUsageStart()
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DAppTimeLimitControllerTests.java1107 mController.noteUsageStart(packageName, USER_ID); in startUsage()
1111 mController.noteUsageStart(packageName, USER_ID, timeAgo); in startPastUsage()
/frameworks/base/services/
Dart-wear-profile23906 PLcom/android/server/usage/AppTimeLimitController;->noteUsageStart(Ljava/lang/String;I)V
23907 PLcom/android/server/usage/AppTimeLimitController;->noteUsageStart(Ljava/lang/String;IJ)V