Searched refs:mInterruptWaitObject (Results 1 – 1 of 1) sorted by relevance
62 final Object mInterruptWaitObject = new Object(); field in InstrumentedAccessibilityService100 synchronized (mInterruptWaitObject) { in onInterrupt()102 mInterruptWaitObject.notifyAll(); in onInterrupt()138 synchronized (mInterruptWaitObject) { in wasOnInterruptCalled()144 return mInterruptWaitObject; in getInterruptWaitObject()