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