Searched refs:nativeIsPolling (Results 1 – 3 of 3) sorted by relevance
92 public static boolean nativeIsPolling(long ptr) { in nativeIsPolling() method in MessageQueue_host
82 private native static boolean nativeIsPolling(long ptr); in nativeIsPolling() method in MessageQueue176 return !mQuitting && nativeIsPolling(mPtr); in isPollingLocked()
37113 Landroid/os/MessageQueue;->nativeIsPolling(J)Z