Searched refs:isWaitingForRemote (Results 1 – 1 of 1) sorted by relevance
2028 final Boolean[] isWaitingForRemote = new Boolean[2]; in testRemoteDisplayChange() local2030 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 …]