Home
last modified time | relevance | path

Searched defs:poll (Results 1 – 24 of 24) sorted by relevance

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/notifications/
DNotificationListener.kt55 fun poll(): Notification? { in poll() method
62 fun poll(duration: Duration): Notification? { in poll() method
DNotificationListenerQuery.kt53 fun poll(timeout: Duration = Duration.ofSeconds(30)): Notification? { in poll() method in com.android.bedstead.nene.notifications.NotificationListenerQuery
/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/
DEventLogs.java81 public E poll(Duration timeout) { in poll() method in EventLogs
92 public E poll() { in poll() method in EventLogs
DLocalEventQuerier.java43 public E poll(Instant earliestLogTime, Duration timeout) { in poll() method in LocalEventQuerier
52 public E poll(Instant earliestLogTime, Duration timeout, int skip) { in poll() method in LocalEventQuerier
DEventQuerier.java31 E poll(Instant earliestLogTime, Duration timeout); in poll() method
DRemoteEventQuerier.java95 public E poll(Instant earliestLogTime, Duration timeout) { in poll() method in RemoteEventQuerier
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-40073/src/android/security/cts/CVE_2023_40073/
DDeviceTest.java93 poll( in testPocCVE_2023_40073() method
181 poll( in testPocCVE_2023_40073() method
/cts/tests/tests/security/src/android/security/cts/CVE_2024_0024/
DCVE_2024_0024.java123 poll( in grantSmsPermission() method
148 poll( in grantSmsPermission() method
/cts/common/device-side/bedstead/eventlib/src/main/aidl/com/android/eventlib/
DIQueryService.aidl18 Bundle poll(in Bundle data, int skip); in poll() method
/cts/tests/tests/security/src/android/security/cts/
DCVE_2024_0046.java80 poll( in testPocCVE_2024_0046() method
DCVE_2023_21143.java85 poll( in testPocCVE_2023_21143() method
DCVE_2024_34719.java68 poll( in testPocCVE_2024_34719() method
/cts/common/device-side/bedstead/metricsrecorder/src/main/java/com/android/bedstead/metricsrecorder/
DMetricQueryBuilder.java135 public EnterpriseMetricInfo poll() { in poll() method in MetricQueryBuilder
139 public EnterpriseMetricInfo poll(Duration timeout) { in poll() method in MetricQueryBuilder
/cts/libs/rollback/src/com/android/cts/rollback/lib/
DRollbackBroadcastReceiver.java61 public Intent poll(long timeout, TimeUnit unit) throws InterruptedException { in poll() method in RollbackBroadcastReceiver
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21124/test-app/src/android/security/cts/CVE_2023_21124_test/
DDeviceTest.java142 poll( in testCVE_2023_21124() method
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-40120/src/android/security/cts/CVE_2023_40120/
DDeviceTest.java97 poll( in testPocCVE_2023_40120() method
/cts/tests/tests/security/src/android/security/cts/CVE_2024_23713/
DCVE_2024_23713.java125 poll( in testPocCVE_2024_23713() method
/cts/tests/openglperf2/
Dcob_exporter.py58 def poll(cls, context): member in COBExporter
/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-31312/src/android/security/cts/CVE_2024_31312/
DDeviceTest.java115 poll( in testPocCVE_2024_31312() method
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21254/test-app/src/android/security/cts/CVE_2023_21254_test/
DDeviceTest.java141 poll( in testPocCVE_2023_21254() method
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-35668/src/android/security/cts/CVE_2023_35668/
DDeviceTest.java143 poll( in testWearableExtenderUri() method
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21288/src/android/security/cts/CVE_2023_21288/
DDeviceTest.java132 poll( in testPocCVE_2023_21288() method
/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-0053/src/android/security/cts/CVE_2024_0053/
DDeviceTest.java247 poll( in fetchImageIdFromSecondaryUser() method
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DSecurityLoggingTest.kt839 fun poll( in <lambda>() method in android.devicepolicy.cts.SecurityLoggingTest.QueueingEventCallback