Searched refs:nativeIsPolling (Results 1 – 1 of 1) sorted by relevance
65 private native static boolean nativeIsPolling(long ptr); in nativeIsPolling() method in MessageQueue159 return !mQuitting && nativeIsPolling(mPtr); in isPollingLocked()