Home
last modified time | relevance | path

Searched defs:timers (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/
H A DPerformanceTest.java86 final Timers timers = new Timers(); in testSingle() local
96 private void doSingle(Uri collection, Timers timers) throws Exception { in doSingle()
155 final Timers timers = new Timers(); in testBulk() local
165 private void doBulk(Uri collection, Timers timers) throws Exception { in doBulk()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DMemoryPowerCalculator.java55 LongSparseArray<? extends BatteryStats.Timer> timers = batteryStats.getKernelMemoryStats(); in calculateDuration() local
65 LongSparseArray<? extends BatteryStats.Timer> timers = batteryStats.getKernelMemoryStats(); in calculatePower() local
H A DBatteryStatsImpl.java10790 ArrayList<StopwatchTimer> timers = mBsi.mSensorTimers.get(sensor); in getSensorTimerLocked() local
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DTimerModel.kt170 val timers = mutableExpiredTimers regex
477 val timers = mutableTimers regex
/aosp12/system/extras/tests/audio/alsa/
H A Dpcmtest.cpp56 static unsigned int timers; variable
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DNetworkTypeController.java325 private void createTimerRules(String icons, String timers, String secondaryTimers) { in createTimerRules()
/aosp12/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Deventlib_p.h255 heap_context timers; member
/aosp12/frameworks/base/core/java/android/os/
H A DBatteryStats.java4995 final ArrayList<TimerEntry> timers = new ArrayList<>(); in dumpLocked() local