Home
last modified time | relevance | path

Searched refs:MSG_WAIT_FOR_LATCH (Results 1 – 1 of 1) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
DAuthenticationActivity.java60 private static final int MSG_WAIT_FOR_LATCH = 1; field in AuthenticationActivity
177 case MSG_WAIT_FOR_LATCH: in onCreate()
188 mHandler.dispatchMessage(mHandler.obtainMessage(MSG_WAIT_FOR_LATCH)); in onCreate()