Home
last modified time | relevance | path

Searched refs:collectLogs (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/tests/cts/hosttests/src/com/android/adservices/cts/
DAdExtServicesFailedToMountHostTest.java58 logcatReceiver.collectLogs(/* timeoutMilliseconds= */ 5 * 60 * 1000); in testLogcatDoesNotContainError()
DAdExtServicesBootCompleteReceiverHostTest.java68 logcatReceiver.collectLogs(/* timeoutMilliseconds= */ 5 * 60 * 1000); in testExtBootCompleteReceiver()
DUiApiLoggingHostTest.java159 logcatReceiver.collectLogs(/* timeoutMilliseconds= */ 5 * 60 * 1000); in rebootIfSMinus()
/packages/modules/AdServices/shared/libraries/host-side/java/com/android/adservices/shared/testing/
DBackgroundLogReceiver.java87 public boolean collectLogs(long timeoutMilliseconds) throws InterruptedException { in collectLogs() method in BackgroundLogReceiver
/packages/modules/ExtServices/java/tests/hosttests/src/android/ext/services/hosttests/
DAdServicesFilesCleanupBootCompleteReceiverHostTest.java238 boolean isEarlyExit = logcatReceiver.collectLogs(/* timeoutMilliseconds= */ 5 * 60 * 1000); in rebootDeviceAndCollectLogs()