Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
DActionHandlerTest.java19 import static com.android.documentsui.testing.IntentAsserts.assertHasAction;
20 import static com.android.documentsui.testing.IntentAsserts.assertHasExtraIntent;
21 import static com.android.documentsui.testing.IntentAsserts.assertHasExtraList;
22 import static com.android.documentsui.testing.IntentAsserts.assertHasExtraUri;
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DIntentAsserts.java35 public final class IntentAsserts { class
37 private IntentAsserts() {} in IntentAsserts() method in IntentAsserts