Searched refs:waitForLogcat (Results 1 – 5 of 5) sorted by relevance
/cts/tests/backup/src/android/backup/cts/ |
D | KeyValueLifecycleTest.java | 47 waitForLogcat(TIMEOUT_SECONDS,backupSeparator, in testExpectedMethodsCalledInOrder() 57 waitForLogcat(TIMEOUT_SECONDS, restoreSeparator, in testExpectedMethodsCalledInOrder()
|
D | KeyValueQuotaTest.java | 48 waitForLogcat(TIMEOUT_SECONDS, separator, in testQuotaExceeded() 61 waitForLogcat(TIMEOUT_SECONDS, separator, in testQuotaReported()
|
D | FullBackupLifecycleTest.java | 47 waitForLogcat(TIMEOUT_SECONDS, in testExpectedMethodsCalledInOrder() 58 waitForLogcat(TIMEOUT_SECONDS, in testExpectedMethodsCalledInOrder()
|
D | FullBackupQuotaTest.java | 48 waitForLogcat(TIMEOUT_SECONDS,separator, in testQuotaExceeded() 68 waitForLogcat(TIMEOUT_SECONDS,separator, in testQuotaReported()
|
D | BaseBackupCtsTest.java | 85 protected void waitForLogcat(int maxTimeoutInSeconds, String... logcatStrings) in waitForLogcat() method in BaseBackupCtsTest 99 waitForLogcat(30, "File created!"); in createTestFileOfSize()
|