Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java2028 final Boolean[] isWaitingForRemote = new Boolean[2]; in testRemoteDisplayChange() local
2030 isWaitingForRemote.length]; in testRemoteDisplayChange()
2031 for (int i = 0; i < isWaitingForRemote.length; i++) { in testRemoteDisplayChange()
2036 isWaitingForRemote[index] = in testRemoteDisplayChange()
2050 assertTrue(isWaitingForRemote[0]); in testRemoteDisplayChange()
2051 assertFalse(isWaitingForRemote[1]); in testRemoteDisplayChange()
2054 for (int i = 0; i < isWaitingForRemote.length; i++) { in testRemoteDisplayChange()
2055 isWaitingForRemote[i] = null; in testRemoteDisplayChange()
2061 assertTrue(isWaitingForRemote[0]); in testRemoteDisplayChange()
2062 assertNull(isWaitingForRemote[1]); in testRemoteDisplayChange()
[all …]