Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DSidecarCallbackCounter.java32 private int mCallbackCount; field in SidecarCallbackCounter
47 mCallbackCount++; in onWindowLayoutChanged()
51 mCallbackCount = 0; in resetCallbackCount()
55 return mCallbackCount; in getCallbackCount()
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DConfigurationCallbacksTest.java313 private int mCallbackCount; field in ConfigurationCallbacksTest.WindowConfigTracker
344 mCallbackCount = 0; in init()
368 mCallbackCount++; in onWindowConfigChanged()
396 + "\nThe callback has been triggered for " + mCallbackCount + " times."; in waitAndAssertRotation()
418 + "\nThe callback has been triggered for " + mCallbackCount + " times."; in waitAndAssertBoundsChange()
445 + "\nThe callback has been triggered for " + mCallbackCount + " times."; in waitAndAssertDimensionsOffset()
470 + "\nThe callback has been triggered for " + mCallbackCount + " times."; in waitAndAssertDisplayBoundsChange()
487 + "\nThe callback has been triggered for " + mCallbackCount + " times."; in waitAndAssertDisplayOffset()
506 if (mCallbackCount > 0 in waitForLastCallbackTimeout()
517 0, mCallbackCount); in assertCallbackTriggered()