Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java8101 String workSourcePackage = workSource.getPackageName(0); in noteWakeupAlarm() local
8103 if (workSourcePackage == null) { in noteWakeupAlarm()
8104 workSourcePackage = sourcePkg; in noteWakeupAlarm()
8109 standbyBucket = mUsageStatsService.getAppStandbyBucket(workSourcePackage, in noteWakeupAlarm()
8118 + standbyBucket + " wsName=" + workSourcePackage + ")]"); in noteWakeupAlarm()