Searched refs:callingThreadId (Results 1 – 2 of 2) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputConnectionLifecycleTest.java | 102 final AtomicInteger callingThreadId = new AtomicInteger(0); in testCloseConnectionWithRestartInput() local 133 if (callingThreadId.compareAndExchange(0, Os.gettid()) == 0) { in testCloseConnectionWithRestartInput() 163 mainThreadId, callingThreadId.get()); in testCloseConnectionWithRestartInput() 181 final AtomicInteger callingThreadId = new AtomicInteger(0); in testCloseConnectionWithLosingViewFocus() local 212 if (callingThreadId.compareAndExchange(0, Os.gettid()) == 0) { in testCloseConnectionWithLosingViewFocus() 241 mainThreadId, callingThreadId.get()); in testCloseConnectionWithLosingViewFocus() 260 final AtomicInteger callingThreadId = new AtomicInteger(0); in testCloseConnectionWithLosingWindowFocus() local 289 if (callingThreadId.compareAndExchange(0, Os.gettid()) == 0) { in testCloseConnectionWithLosingWindowFocus() 315 mainThreadId, callingThreadId.get()); in testCloseConnectionWithLosingWindowFocus()
|
D | InputConnectionHandlerTest.java | 157 final AtomicInteger callingThreadId = new AtomicInteger(0); in testCommitText() local 167 callingThreadId.set(Os.gettid()); in testCommitText() 217 thread.getThreadId(), callingThreadId.get()); in testCommitText() 236 final AtomicInteger callingThreadId = new AtomicInteger(0); in testCloseConnectionWithRestartInput() local 266 if (callingThreadId.compareAndExchange(0, Os.gettid()) == 0) { in testCloseConnectionWithRestartInput() 296 thread.getThreadId(), callingThreadId.get()); in testCloseConnectionWithRestartInput() 315 final AtomicInteger callingThreadId = new AtomicInteger(0); in testCloseConnectionWithLosingViewFocus() local 344 if (callingThreadId.compareAndExchange(0, Os.gettid()) == 0) { in testCloseConnectionWithLosingViewFocus() 373 thread.getThreadId(), callingThreadId.get()); in testCloseConnectionWithLosingViewFocus() 393 final AtomicInteger callingThreadId = new AtomicInteger(0); in testCloseConnectionWithLosingWindowFocus() local [all …]
|