Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java7053 String workSourcePackage = workSource.getPackageName(0); in noteWakeupAlarm() local
7055 if (workSourcePackage == null) { in noteWakeupAlarm()
7056 workSourcePackage = sourcePkg; in noteWakeupAlarm()
7061 standbyBucket = mUsageStatsService.getAppStandbyBucket(workSourcePackage, in noteWakeupAlarm()
7070 + standbyBucket + " wsName=" + workSourcePackage + ")]"); in noteWakeupAlarm()