Home
last modified time | relevance | path

Searched defs:isPosted (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/eventloop/
DEventLoop.java91 public boolean isPosted(NamedRunnable runnable) { in isPosted() method in EventLoop
147 boolean isPosted(NamedRunnable runnable); in isPosted() method
DHandlerEventLoopImpl.java128 public boolean isPosted(NamedRunnable runnable) { in isPosted() method in HandlerEventLoopImpl
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/common/eventloop/
DEventLoopTest.java51 public void isPosted() { in isPosted() method in EventLoopTest
DHandlerEventLoopImplTest.java50 public void isPosted() { in isPosted() method in HandlerEventLoopImplTest