Searched refs:assertLogcatAtLeast (Results 1 – 2 of 2) sorted by relevance
21 import static com.android.server.backup.testing.TestUtils.assertLogcatAtLeast;493 assertLogcatAtLeast(TransportConnection.TAG, Log.ERROR); in testFinalize_whenBound()509 assertLogcatAtLeast(TransportConnection.TAG, Log.ERROR); in testFinalize_whenConnected()
108 public static void assertLogcatAtLeast(String tag, int level) { in assertLogcatAtLeast() method in TestUtils