Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/testapi/
DBlockingUserLifecycleListenerTest.java86 sendAsyncEvents(listener, 10, USER_LIFECYCLE_EVENT_TYPE_UNLOCKED); in testForAnyEvent_ok()
107 sendAsyncEvents(listener, 10, in testForSpecificEvents_receivedOnlyExpected()
127 CountDownLatch latch = sendAsyncEvents(listener, 10, in testForSpecificEvents_receivedExtraEvents()
159 CountDownLatch latch = sendAsyncEvents(listener, in testForSpecificEvents_filterByUser()
187 CountDownLatch latch = sendAsyncEvents(listener, in testForSpecificEvents_filterByUserDuplicatedEventTypes()
218 CountDownLatch latch = sendAsyncEvents(listener, in testForSpecificEvents_filterByPreviousUser()
250 CountDownLatch latch = sendAsyncEvents(listener, in testForSpecificEvents_filterByPreviousAndTargetUsers()
272 sendAsyncEvents(listener, /* userId= */ 10, in testForNoExpectedEvent_noEventsReceived()
280 private static CountDownLatch sendAsyncEvents(@NonNull BlockingUserLifecycleListener listener, in sendAsyncEvents() method in BlockingUserLifecycleListenerTest
285 return sendAsyncEvents(listener, events); in sendAsyncEvents()
[all …]