Searched refs:StateCount (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | ConfigChangeTests.java | 158 final StateCount count1 = getStateCountForRotation(activityName, rotationSession, in testRotation180WithCutout() 160 final StateCount count2 = getStateCountForRotation(activityName, rotationSession, in testRotation180WithCutout() 195 private StateCount getStateCountForRotation(ComponentName activityName, RotationSession session, in getStateCountForRotation() 207 return new StateCount(configChangeCount, relaunchCount, resize); in getStateCountForRotation() 210 private final static class StateCount { class in ConfigChangeTests 215 StateCount(int configChangeCount, int relaunchCount, boolean resize) { in StateCount() method in ConfigChangeTests.StateCount
|