Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java262 final Configuration appWindowTokenRequestedOrientation = mock(Configuration.class); in testNotifiesSeqIncrementToAppToken() local
264 doReturn(appWindowTokenRequestedOrientation).when(mActivity.mAppWindowToken) in testNotifiesSeqIncrementToAppToken()
272 assertEquals(prevSeq + 1, appWindowTokenRequestedOrientation.seq); in testNotifiesSeqIncrementToAppToken()