Home
last modified time | relevance | path

Searched refs:pollResult (Results 1 – 6 of 6) sorted by relevance

/cts/libs/install/src/com/android/cts/install/lib/
DLocalIntentSender.java78 public Intent pollResult(long timeout, TimeUnit unit) throws InterruptedException { in pollResult() method in LocalIntentSender
DInstall.java231 Intent result = sender.pollResult(mTimeoutMillis, TimeUnit.MILLISECONDS); in commit()
/cts/tests/surfacecontrol/jni/
Dandroid_view_surfacecontrol_cts_ChoreographerNativeTest.cpp513 int pollResult; in android_view_surfacecontrol_cts_ChoreographerNativeTest_testRefreshRateCallbackMixedWithFrameCallbacks() local
515 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()
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DInstallConstraintsTest.kt396 assertThat(pollResult(3, TimeUnit.SECONDS)).isNull() in <lambda>()
/cts/tests/tests/packageinstaller/uninstall/src/android/packageinstaller/uninstall/cts/
DArchiveTest.java268 Intent unarchiveIntent = unarchiveSender.pollResult(5, TimeUnit.SECONDS); in unarchiveApp_weakPermissions()
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java1424 var result = sender.pollResult(5, TimeUnit.MINUTES); in commitSession()