Searched refs:assertLogcat (Results 1 – 2 of 2) sorted by relevance
20 import static com.android.server.backup.testing.TestUtils.assertLogcat;64 assertLogcat(TAG, Log.DEBUG); in testOnNewThread_logsCorrectly()
124 public static void assertLogcat(String tag, int... logs) { in assertLogcat() method in TestUtils