HomeSort by relevance Sort by last modified time
    Searched refs:IntentAsserts (Results 1 - 2 of 2) sorted by null

  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
IntentAsserts.java 35 public final class IntentAsserts {
37 private IntentAsserts() {}
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
ActionHandlerTest.java 19 import static com.android.documentsui.testing.IntentAsserts.assertHasAction;
20 import static com.android.documentsui.testing.IntentAsserts.assertHasData;
21 import static com.android.documentsui.testing.IntentAsserts.assertHasExtra;
22 import static com.android.documentsui.testing.IntentAsserts.assertHasExtraIntent;
23 import static com.android.documentsui.testing.IntentAsserts.assertHasExtraList;
24 import static com.android.documentsui.testing.IntentAsserts.assertHasExtraUri;
25 import static com.android.documentsui.testing.IntentAsserts.assertTargetsComponent;

Completed in 1090 milliseconds