Searched refs:SWITCHED_TO_STATE_MESSAGE (Results 1 – 3 of 3) sorted by relevance
26 public static final String SWITCHED_TO_STATE_MESSAGE = "TAPL_SWITCHED_TO_STATE"; field in TestProtocol
65 sendEventToTest(accessibilityManager, TestProtocol.SWITCHED_TO_STATE_MESSAGE, parcel); in sendStateEventToTest()
660 event -> TestProtocol.SWITCHED_TO_STATE_MESSAGE.equals(event.getClassName()), in swipeToState()