Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DIntentAsserts.java43 public static void assertTargetsComponent(Intent intent, Class<?> expected) { in assertTargetsComponent() method in IntentAsserts
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DActionHandlerTest.java25 import static com.android.documentsui.testing.IntentAsserts.assertTargetsComponent;
665 assertTargetsComponent(intent, InspectorActivity.class); in testShowInspector()