Home
last modified time | relevance | path

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

/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/system/impl/
DCoreImplTest.java632 final AsyncWaiterResult asyncWaiterResult = new AsyncWaiterResult(); in testAsyncWaiterCorrectResult() local
633 assertEquals(Integer.MIN_VALUE, asyncWaiterResult.getResult()); in testAsyncWaiterCorrectResult()
634 assertEquals(null, asyncWaiterResult.getException()); in testAsyncWaiterCorrectResult()
637 Core.DEADLINE_INFINITE, asyncWaiterResult); in testAsyncWaiterCorrectResult()
638 assertEquals(Integer.MIN_VALUE, asyncWaiterResult.getResult()); in testAsyncWaiterCorrectResult()
639 assertEquals(null, asyncWaiterResult.getException()); in testAsyncWaiterCorrectResult()
644 assertNull(asyncWaiterResult.getException()); in testAsyncWaiterCorrectResult()
645 assertEquals(MojoResult.OK, asyncWaiterResult.getResult()); in testAsyncWaiterCorrectResult()
659 final AsyncWaiterResult asyncWaiterResult = new AsyncWaiterResult(); in testAsyncWaiterClosingPeerHandle() local
660 assertEquals(Integer.MIN_VALUE, asyncWaiterResult.getResult()); in testAsyncWaiterClosingPeerHandle()
[all …]