Searched refs:ACTION_CREATE_DOCUMENT (Results 1 – 7 of 7) sorted by relevance
101 {@link android.content.Intent#ACTION_CREATE_DOCUMENT} intent and receives the181 …nt.Intent#ACTION_OPEN_DOCUMENT} or {@link android.content.Intent#ACTION_CREATE_DOCUMENT}. The inte…243 {@link android.content.Intent#ACTION_CREATE_DOCUMENT} intents.</p>415 {@link android.content.Intent#ACTION_CREATE_DOCUMENT}432 Intent intent = new Intent(Intent.ACTION_CREATE_DOCUMENT);
1225 android.content.Intent#ACTION_CREATE_DOCUMENT} action instead. For example, instead of1226 selecting from existing PDF documents, the {@link android.content.Intent#ACTION_CREATE_DOCUMENT}1234 and {@link android.content.Intent#ACTION_CREATE_DOCUMENT} always specify the chosen file as a {@code1262 {@link android.content.Intent#ACTION_CREATE_DOCUMENT}</dd>1282 <dd>For use with {@link android.content.Intent#ACTION_CREATE_DOCUMENT} to specify
230 } else if (Intent.ACTION_CREATE_DOCUMENT.equals(action)) { in buildDefaultState()
598 Intent intent = new Intent(Intent.ACTION_CREATE_DOCUMENT); in startCreateDocumentActivity()
2760 public static final String ACTION_CREATE_DOCUMENT = "android.intent.action.CREATE_DOCUMENT"; field in Intent
7850 …field public static final java.lang.String ACTION_CREATE_DOCUMENT = "android.intent.action.CREATE_…
7606 …field public static final java.lang.String ACTION_CREATE_DOCUMENT = "android.intent.action.CREATE_…