Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DTrustedPresentationCallbackTest.java67 private static final int STABILITY_REQUIREMENT_MS = 500; field in TrustedPresentationCallbackTest
97 1 /* minAlpha */, FRACTION_VISIBLE, STABILITY_REQUIREMENT_MS); in registerTrustedPresentationCallback()
328 1 /* minAlpha */, FRACTION_VISIBLE, STABILITY_REQUIREMENT_MS); in testTrustedPresentationListener_multipleSetCallbacks()
373 assertTrue(System.currentTimeMillis() - startTime >= STABILITY_REQUIREMENT_MS); in testSetTrustedPresentationListenerAfterThreshold()
418 assertTrue(System.currentTimeMillis() - startTime >= STABILITY_REQUIREMENT_MS); in testSetTrustedPresentationListenerAfterClearing()
DTrustedPresentationListenerTest.java67 private static final int STABILITY_REQUIREMENT_MS = 500; field in TrustedPresentationListenerTest
76 1 /* minAlpha */, FRACTION_VISIBLE, STABILITY_REQUIREMENT_MS);