Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/wakeups/
H A DCpuWakeupStats.java356 int attributed = IntPair.first(counters); in dump() local
371 attributed++; in dump()
376 IntPair.of(attributed, total)); in dump()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/appops/
H A DAppOpsControllerTest.java884 AppOpsManager.AttributedOpEntry attributed = mock(AppOpsManager.AttributedOpEntry.class); in createPackageOp() local
885 when(attributed.isRunning()).thenReturn(isRunning); in createPackageOp()
888 when(entry.getAttributedOpEntries()).thenReturn(Map.of("tag", attributed)); in createPackageOp()
/aosp14/frameworks/base/core/proto/android/server/
H A Dpowerstatsservice.proto195 /** Android ID / Linux UID, the accumulated energy should be attributed to. */