Home
last modified time | relevance | path

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

/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DWallpaperManagerTestUtils.java77 int onCreateCount, int onDestroyCount, int surfaceCreationCount, in runAndAwaitChanges()
379 final int onDestroyCount = (int) Stream.of(FLAG_SYSTEM, FLAG_LOCK) in performChange() local