Searched refs:mLock (Results 1 – 2 of 2) sorted by relevance
130 private final Object mLock = new Object(); field in AppCompatDelegate.SerialExecutor141 synchronized (mLock) { in execute()156 synchronized (mLock) { in scheduleNext()
615 private final Lock mLock = new ReentrantLock(); field in AppCompatTextViewTest.ManualExecutor616 private final Condition mCond = mLock.newCondition();623 mLock.lock(); in execute()628 mLock.unlock(); in execute()640 mLock.lock(); in getRunnableAt()655 mLock.unlock(); in getRunnableAt()