Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/
DBaseRunLoop.java57 assert mCore.getCurrentRunLoop() == this : "Only the current run loop can be closed"; in close()
DCoreImpl.java188 public RunLoop getCurrentRunLoop() { in getCurrentRunLoop() method in CoreImpl
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
DCore.java182 public RunLoop getCurrentRunLoop(); in getCurrentRunLoop() method