Home
last modified time | relevance | path

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

/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DDumpsysHostTest.java576 long full_count = assertInteger(parts[7]); // full count in checkWakelock() local
585 assertTrue("full wakelock count must be >= 0", full_count >= 0); in checkWakelock()