Home
last modified time | relevance | path

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

/cts/tests/backup/src/android/backup/cts/
DKeyValueLifecycleTest.java47 waitForLogcat(TIMEOUT_SECONDS,backupSeparator, in testExpectedMethodsCalledInOrder()
57 waitForLogcat(TIMEOUT_SECONDS, restoreSeparator, in testExpectedMethodsCalledInOrder()
DKeyValueQuotaTest.java48 waitForLogcat(TIMEOUT_SECONDS, separator, in testQuotaExceeded()
61 waitForLogcat(TIMEOUT_SECONDS, separator, in testQuotaReported()
DFullBackupLifecycleTest.java47 waitForLogcat(TIMEOUT_SECONDS, in testExpectedMethodsCalledInOrder()
58 waitForLogcat(TIMEOUT_SECONDS, in testExpectedMethodsCalledInOrder()
DFullBackupQuotaTest.java48 waitForLogcat(TIMEOUT_SECONDS,separator, in testQuotaExceeded()
68 waitForLogcat(TIMEOUT_SECONDS,separator, in testQuotaReported()
DBaseBackupCtsTest.java85 protected void waitForLogcat(int maxTimeoutInSeconds, String... logcatStrings) in waitForLogcat() method in BaseBackupCtsTest
99 waitForLogcat(30, "File created!"); in createTestFileOfSize()