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/activities/
DAuthenticationActivity.java80 private static final int MSG_WAIT_FOR_LATCH = 1; field in AuthenticationActivity
243 case MSG_WAIT_FOR_LATCH: in onCreate()
257 mHandler.dispatchMessage(mHandler.obtainMessage(MSG_WAIT_FOR_LATCH)); in onCreate()