Searched refs:mLogcatInspector (Results 1 – 5 of 5) sorted by relevance
80 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()
131 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()
142 String mark = mLogcatInspector.mark(TAG); in testKeyValueBackupAndRestoreForInstallExistingPackage()146 mLogcatInspector.assertLogcatContainsInOrder( in testKeyValueBackupAndRestoreForInstallExistingPackage()
73 protected final LogcatInspector mLogcatInspector = new LogcatInspector() { field in BaseBackupHostSideTest
40 private LogcatInspector mLogcatInspector = field in BaseBackupCtsTest81 return mLogcatInspector.mark(APP_LOG_TAG); in markLogcat()87 mLogcatInspector.assertLogcatContainsInOrder( in waitForLogcat()