Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/eventlog/
H A DLocationEventLog.java51 private static int getLogSize() { in getLogSize() method in LocationEventLog
74 super(getLogSize(), Object.class); in LocationEventLog()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DWakeLockLogTest.java255 public int getLogSize() { in getLogSize() method in WakeLockLogTest.TestInjector
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DWakeLockLog.java748 final int logSize = Math.max(injector.getLogSize(), LOG_SIZE_MIN); in TheLog()
1304 public int getLogSize() { in getLogSize() method in Injector