Searched defs:content (Results 26 - 50 of 211) sorted by path

123456789

/frameworks/base/core/java/android/content/
H A DContextWrapper.java17 package android.content;
19 import android.content.pm.ApplicationInfo;
20 import android.content.pm.PackageManager;
21 import android.content.res.AssetManager;
22 import android.content.res.Configuration;
23 import android.content.res.Resources;
H A DCursorEntityIterator.java17 package android.content;
H A DCursorLoader.java17 package android.content;
H A DDefaultDataHandler.java17 package android.content;
37 * <row uri="content://contacts/people">
44 * <del uri="content://contacts/people" select="name=? and addr=?"
48 * content://contacts/people/1/phones:
50 * <row uri="content://contacts/people">
63 * <row uri="content://contacts/people" >
H A DDialogInterface.java17 package android.content;
H A DEntity.java17 package android.content;
H A DEntityIterator.java17 package android.content;
H A DIContentProvider.java17 package android.content;
19 import android.content.res.AssetFileDescriptor;
33 * The ipc interface to talk to a content provider.
72 static final String descriptor = "android.content.IContentProvider";
H A DIntent.java17 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
[all...]
H A DIntentFilter.java17 package android.content;
65 * match; a content: URI will never match because they always have a MIME type
66 * that is supplied by their content provider. Specifying a type with no scheme
68 * field, or an Intent with a content: or file: URI. If you specify neither,
1045 * it will implicitly match intents with no scheme, or the schemes "content:"
1128 // content provider, which is done by type, and we don't want
1129 // to force everyone to say they handle content: or file: URIs.
1131 && !"content".equals(scheme)
H A DIntentSender.java17 package android.content;
20 import android.content.Context;
21 import android.content.Intent;
22 import android.content.IIntentSender;
23 import android.content.IIntentReceiver;
86 * android.content.BroadcastReceiver, Handler, int, String, Bundle)
H A DLoader.java17 package android.content;
456 * Take the current flag indicating whether the loader's content had
468 * Commit that you have actually fully processed a content change that
479 * Report that you have abandoned the processing of a content change that
481 * to the state where there is again a pending content change. This is
482 * to handle the case where a data load due to a content change has been
H A DMutableContextWrapper.java17 package android.content;
H A DOperationApplicationException.java17 package android.content;
H A DPeriodicSync.java17 package android.content;
H A DReceiverCallNotAllowedException.java17 package android.content;
H A DRestrictionEntry.java17 package android.content;
110 /* The chosen value, whose content depends on the type of the restriction. */
H A DRestrictionsManager.java17 package android.content;
21 import android.content.pm.ApplicationInfo;
22 import android.content.pm.PackageManager;
23 import android.content.pm.PackageManager.NameNotFoundException;
24 import android.content.res.TypedArray;
25 import android.content.res.XmlResourceParser;
104 * <meta-data android:name="android.content.APP_RESTRICTIONS"
132 "android.content.action.PERMISSION_RESPONSE_RECEIVED";
146 "android.content.action.REQUEST_PERMISSION";
161 "android.content
[all...]
H A DSearchRecentSuggestionsProvider.java17 package android.content;
36 * {@link android.content.Intent#ACTION_SEARCH ACTION_SEARCH} Intent, which you'll already
39 * {@link android.content.SearchRecentSuggestionsProvider}. The class you create will be
50 * <li>Please note that you <i>do not</i> instantiate this content provider directly from within
54 * XML configuration file with information about your content provider. The following additions
186 mSuggestionsUri = Uri.parse("content://" + mAuthority + "/suggestions");
H A DServiceConnection.java17 package android.content;
H A DSharedPreferences.java17 package android.content;
H A DSyncActivityTooManyDeletes.java17 package android.content;
H A DSyncAdapterType.java17 package android.content;
H A DSyncAdaptersCache.java17 package android.content;
19 import android.content.pm.RegisteredServicesCache;
20 import android.content.pm.XmlSerializerAndParser;
21 import android.content.res.Resources;
22 import android.content.res.TypedArray;
31 * A cache of services that export the {@link android.content.ISyncAdapter} interface.
37 private static final String SERVICE_INTERFACE = "android.content.SyncAdapter";
38 private static final String SERVICE_META_DATA = "android.content.SyncAdapter";
H A DSyncContext.java17 package android.content;

Completed in 122 milliseconds

123456789