Home
last modified time | relevance | path

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

/frameworks/base/services/usage/java/com/android/server/usage/
DAppTimeLimitController.java329 void noteUsageStop(long stopTimeMs) { in noteUsageStop() method in AppTimeLimitController.UsageGroup
482 public void noteUsageStop(long stopTimeMs) { in noteUsageStop() method in AppTimeLimitController.SessionUsageGroup
483 super.noteUsageStop(stopTimeMs); in noteUsageStop()
964 public void noteUsageStop(String name, int userId) throws IllegalArgumentException { in noteUsageStop() method in AppTimeLimitController
992 group.noteUsageStop(currentTime); in noteUsageStop()
DUsageStatsService.java1220 mAppTimeLimit.noteUsageStop( in reportEvent()
1235 mAppTimeLimit.noteUsageStop(prevData.mUsageSourcePackage, userId); in reportEvent()
3024 mAppTimeLimit.noteUsageStop(buildFullToken(callingPackage, token), userId); in reportUsageStop()
/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DAppTimeLimitControllerTests.java1115 mController.noteUsageStop(packageName, USER_ID); in stopUsage()
/frameworks/base/services/
Dart-wear-profile23908 PLcom/android/server/usage/AppTimeLimitController;->noteUsageStop(Ljava/lang/String;I)V