Searched refs:SWITCHED_TO_STATE_MESSAGE (Results 1 – 3 of 3) sorted by relevance
24 public static final String SWITCHED_TO_STATE_MESSAGE = "TAPL_SWITCHED_TO_STATE"; field in TestProtocol
74 accessibilityManager, context, TestProtocol.SWITCHED_TO_STATE_MESSAGE, parcel); in sendStateEventToTest()
1057 if (!TestProtocol.SWITCHED_TO_STATE_MESSAGE.equals(event.getClassName())) return false; in isSwitchToStateEvent()