Lines Matching defs:content

17 package android.content;
19 import android.content.pm.ApplicationInfo;
30 import android.content.pm.ActivityInfo;
32 import static android.content.ContentProvider.maybeAddUserId;
34 import android.content.pm.PackageManager;
35 import android.content.pm.ResolveInfo;
36 import android.content.res.Resources;
37 import android.content.res.TypedArray;
72 * {@link android.content.Context#sendBroadcast(Intent) broadcastIntent} to
74 * and {@link android.content.Context#startService} or
75 * {@link android.content.Context#bindService} to communicate with a
108 * <li> <p><b>{@link #ACTION_VIEW} <i>content://contacts/people/1</i></b> -- Display
111 * <li> <p><b>{@link #ACTION_DIAL} <i>content://contacts/people/1</i></b> -- Display
122 * <li> <p><b>{@link #ACTION_EDIT} <i>content://contacts/people/1</i></b> -- Edit
125 * <li> <p><b>{@link #ACTION_VIEW} <i>content://contacts/people/</i></b> -- Display
129 * new intent { <b>{@link #ACTION_VIEW} <i>content://contacts/N</i></b> }
243 * <li> For data that is not a <code>content:</code> URI and where no explicit
381 * data=content://com.google.provider.NotePad/notes }</b>
383 * "content://com.google.provider.NotePad/notes", which
386 * data=content://com.google.provider.NotePad/notes }</b>
388 * "content://com.google.provider.NotePad/notes", from which
425 * it then adds to the content provider.</p>
433 * data=content://com.google.provider.NotePad/notes/<var>{ID}</var> }</b>
434 * shows the user the content of note <var>{ID}</var>.</p>
436 * data=content://com.google.provider.NotePad/notes/<var>{ID}</var> }</b>
437 * allows the user to edit the content of note <var>{ID}</var>.</p>
439 * data=content://com.google.provider.NotePad/notes }</b>
441 * "content://com.google.provider.NotePad/notes"
475 * {@link android.content.pm.PackageManager#queryIntentActivityOptions} method, or
488 * data=content://com.google.provider.NotePad/notes/<var>{ID}</var> }</b>
682 * <p>Output: The URI of the item that was picked. This must be a content:
709 * @see android.content.Intent.ShortcutIconResource
736 * @see android.content.Intent.ShortcutIconResource
958 * You may also be interested in any of a set of types of content the user
961 * bring up a list of all of the types of content the user can attach.
968 * broad range of content types the user can select from.
975 * the launched content chooser only returns results representing data that
989 * opened as a stream. You may use {@link #EXTRA_LOCAL_ONLY} to limit content
993 * Output: The URI of the item that was picked. This must be a content:
1072 * content: URIs and other advanced features of {@link ClipData}. If
1099 * use the content resolver on each URI. The intent sender should try to
1110 * content: URIs and other advanced features of {@link ClipData}. If
1360 * Input: The data must be a content: or file: URI at which the application
1906 * Broadcast Action: The current device {@link android.content.res.Configuration}
1924 * @see android.content.res.Configuration
2249 * Broadcast Action: Some content providers have parts of their namespace
2258 * changed. When queried through the content resolver, the data URI will
2320 * <li><em>{@link android.content.Intent#EXTRA_PHONE_NUMBER}</em> -
2644 * that need to display merged content across both primary and managed profiles need to
2654 * Only applications (for example Launchers) that need to display merged content across both
2690 * Each document is represented as a {@code content://} URI backed by a
2716 * {@link #getData()}. This must be a {@code content://} URI so that any
2732 * returned document may be a newly created document with no content, or it
2735 * Each document is represented as a {@code content://} URI backed by a
2752 * {@code content://} URI so that any receiver can access it.
3124 * A content: URI holding a stream of data associated with the Intent,
3163 * {@link android.content.pm.LabeledIntent} objects as set with
3190 * to pass along information only relevant to that target such as account or content
3232 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED} or
3233 * {@link android.content.Intent#ACTION_PACKAGE_CHANGED} intents to override the default action
3240 * {@link android.content.Intent#ACTION_NEW_OUTGOING_CALL}, or the actual
3241 * number to call in a {@link android.content.Intent#ACTION_CALL}.
3246 * Used as an int extra field in {@link android.content.Intent#ACTION_UID_REMOVED}
3248 * extra in {@link android.content.Intent#ACTION_PACKAGE_REMOVED} or
3249 * {@link android.content.Intent#ACTION_PACKAGE_CHANGED} for the same
3260 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED}
3269 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED}
3277 * Used as a boolean extra field in {@link android.content.Intent#ACTION_PACKAGE_REMOVED}
3295 * Used as an int extra field in {@link android.content.Intent#ACTION_DOCK_EVENT}
3297 * {@link android.content.Intent#EXTRA_DOCK_STATE_UNDOCKED},
3298 * {@link android.content.Intent#EXTRA_DOCK_STATE_DESK}, or
3299 * {@link android.content.Intent#EXTRA_DOCK_STATE_CAR}, or
3300 * {@link android.content.Intent#EXTRA_DOCK_STATE_LE_DESK}, or
3301 * {@link android.content.Intent#EXTRA_DOCK_STATE_HE_DESK}.
3306 * Used as an int value for {@link android.content.Intent#EXTRA_DOCK_STATE}
3312 * Used as an int value for {@link android.content.Intent#EXTRA_DOCK_STATE}
3318 * Used as an int value for {@link android.content.Intent#EXTRA_DOCK_STATE}
3324 * Used as an int value for {@link android.content.Intent#EXTRA_DOCK_STATE}
3330 * Used as an int value for {@link android.content.Intent#EXTRA_DOCK_STATE}
3362 * This field is part of {@link android.content.Intent#ACTION_PACKAGE_CHANGED},
3372 * {@link android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_AVAILABLE},
3373 * {@link android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE}
3381 * {@link android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_AVAILABLE},
3382 * {@link android.content.Intent#ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE}
4697 * of the data; often it uses the content: scheme, specifying data in a
4698 * content provider. Other schemes may be handled by specific activities,
4782 if ("content".equals(mData.getScheme())) {
5857 * you want to transmit an Intent containing multiple <code>content:</code>
5859 * content provider.
7030 * {@link android.content.Intent#filterHashCode()} filterHashCode()}
7686 * content-type parameters removed, and is lower-case.