Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
DInterfacesTest.java161 public boolean wasResponseCalled() { in wasResponseCalled() method in InterfacesTest.DoStuffResponseImpl
290 Assert.assertFalse(response.wasResponseCalled()); in testResponse()
294 Assert.assertTrue(response.wasResponseCalled()); in testResponse()