Home
last modified time | relevance | path

Searched refs:assertLogcat (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/keyvalue/
H A DKeyValueBackupReporterTest.java20 import static com.android.server.backup.testing.TestUtils.assertLogcat;
64 assertLogcat(TAG, Log.DEBUG); in testOnNewThread_logsCorrectly()
/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/
H A DTestUtils.java124 public static void assertLogcat(String tag, int... logs) { in assertLogcat() method in TestUtils