Searched defs:mSmartSelectionLock (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/textclassifier/
H A DTextClassifierImpl.java84 private final Object mSmartSelectionLock = new Object(); field in class:TextClassifierImpl
85 @GuardedBy("mSmartSelectionLock") // Do not access outside this lock.
87 @GuardedBy("mSmartSelectionLock") // Do not access outside this lock.
89 @GuardedBy("mSmartSelectionLock") // Do not access outside this lock.
91 @GuardedBy("mSmartSelectionLock") // Do not access outside this lock.
204 synchronized (mSmartSelectionLock) {
223 synchronized (mSmartSelectionLock) {
231 @GuardedBy("mSmartSelectionLock") // Do not call outside this lock.
294 @GuardedBy("mSmartSelectionLock") // Do not call outside this lock.
302 @GuardedBy("mSmartSelectionLock") // D
[all...]

Completed in 366 milliseconds