Searched refs:mLastInputConnectionSpy (Results 1 – 1 of 1) sorted by relevance
87 private AtomicReference<InputConnection> mLastInputConnectionSpy = new AtomicReference<>(); field in AccessibilityInputConnectionTest131 if (mLastInputConnectionSpy.get() == null) { in setUp()132 mLastInputConnectionSpy.set(spy); in setUp()154 final InputConnection spy = mLastInputConnectionSpy.get(); in resetAndGetLastInputConnectionSpy()