Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DProtoLogIntegrationTest.java51 runWith(mockedProtoLog, this::testProtoLog); in testProtoLogToolIntegration()
69 private void runWith(ProtoLogImpl mockInstance, Runnable runnable) { in runWith() method in ProtoLogIntegrationTest