Home
last modified time | relevance | path

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

/cts/hostsidetests/backup/src/android/cts/backup/
DBackupWakelockHostSideTest.java80 String startLog = mLogcatInspector.mark(TAG); in testRequestBackup_forKeyValue_acquiresAndReleasesWakelock()
83 mLogcatInspector.assertLogcatContainsInOrder(LOGCAT_FILTER, TIMEOUT_SECS, startLog, in testRequestBackup_forKeyValue_acquiresAndReleasesWakelock()
98 String startLog = mLogcatInspector.mark(TAG); in testRestoreAtInstall_forKeyValue_acquiresAndReleasesWakelock()
101 mLogcatInspector.assertLogcatContainsInOrder(LOGCAT_FILTER, TIMEOUT_SECS, startLog, in testRestoreAtInstall_forKeyValue_acquiresAndReleasesWakelock()
DProfileScheduledJobHostSideTest.java131 String startLog = mLogcatInspector.mark(TAG); in testKeyValueBackupJobRunsSuccessfully()
136 mLogcatInspector.assertLogcatContainsInOrder( in testKeyValueBackupJobRunsSuccessfully()
191 String startLog = mLogcatInspector.mark(TAG); in testFullBackupJobRunsSuccessfully()
196 mLogcatInspector.assertLogcatContainsInOrder( in testFullBackupJobRunsSuccessfully()
DProfileKeyValueBackupRestoreHostSideTest.java142 String mark = mLogcatInspector.mark(TAG); in testKeyValueBackupAndRestoreForInstallExistingPackage()
146 mLogcatInspector.assertLogcatContainsInOrder( in testKeyValueBackupAndRestoreForInstallExistingPackage()
DBaseBackupHostSideTest.java73 protected final LogcatInspector mLogcatInspector = new LogcatInspector() { field in BaseBackupHostSideTest
/cts/tests/backup/src/android/backup/cts/
DBaseBackupCtsTest.java40 private LogcatInspector mLogcatInspector = field in BaseBackupCtsTest
81 return mLogcatInspector.mark(APP_LOG_TAG); in markLogcat()
87 mLogcatInspector.assertLogcatContainsInOrder( in waitForLogcat()