Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DStateComparisonException.java65 compareAndThrow(expected, actual, "Different endSates"); in assertEndStatesEqual()
70 compareAndThrow(expected, actual, "Different initial states"); in assertInitialStateEqual()
73 private static void compareAndThrow(Persistence.StateDump expected, in compareAndThrow() method in StateComparisonException