Home
last modified time | relevance | path

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

/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DTestWallpaperService.kt59 var destroyCount: Int = 0 variable
63 destroyCount = 0 in resetCounts()
166 if (DEBUG) Log.d(TAG, "onDestroy, new count=" + (destroyCount + 1)) in onDestroy()
170 destroyCount++ in onDestroy()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java2065 int destroyCount, int configChangeCount) {
2073 countSpec(ActivityCallback.ON_DESTROY, CountSpec.EQUALS, destroyCount),
2085 int destroyCount,
2089 destroyCount, configChangeCount);