Searched refs:pollResult (Results 1 – 6 of 6) sorted by relevance
78 public Intent pollResult(long timeout, TimeUnit unit) throws InterruptedException { in pollResult() method in LocalIntentSender
231 Intent result = sender.pollResult(mTimeoutMillis, TimeUnit.MILLISECONDS); in commit()
513 int pollResult; in android_view_surfacecontrol_cts_ChoreographerNativeTest_testRefreshRateCallbackMixedWithFrameCallbacks() local515 pollResult = ALooper_pollOnce(vsyncPeriod * 5, nullptr, nullptr, nullptr); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testRefreshRateCallbackMixedWithFrameCallbacks()516 } while (pollResult != ALOOPER_POLL_TIMEOUT && pollResult != ALOOPER_POLL_ERROR); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testRefreshRateCallbackMixedWithFrameCallbacks()
396 assertThat(pollResult(3, TimeUnit.SECONDS)).isNull() in <lambda>()
268 Intent unarchiveIntent = unarchiveSender.pollResult(5, TimeUnit.SECONDS); in unarchiveApp_weakPermissions()
1424 var result = sender.pollResult(5, TimeUnit.MINUTES); in commitSession()