Searched defs:content (Results 1 - 25 of 239) sorted by path

12345678910

/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp432 // XXX The (old) dongle sends the wrong content length header on a
435 const char *content = msg->getContent(); local
436 if (content
437 && !memcmp(content, "wfd_idr_request\r\n", 17)
/frameworks/av/media/libstagefright/timedtext/test/
H A DTimedTextSRTSource_test.cpp98 void CheckDataEquals(const Parcel& parcel, const char* content) { argument
105 int32_t content_len = strlen(content);
107 EXPECT_TRUE(strncmp(data, content, content_len) == 0);
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java17 package com.android.commands.content;
22 import android.content.ContentValues;
23 import android.content.IContentProvider;
42 * This class is a command line utility for manipulating content. A client
43 * can insert, update, and remove records in a content provider. For example,
50 * adb shell content insert --uri content://settings/secure --bind name:s:new_setting
56 * adb shell content update --uri content://settings/secure --bind value:s:newer_value
61 * adb shell content delet
[all...]
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java22 import android.content.ComponentName;
23 import android.content.IIntentReceiver;
24 import android.content.IIntentSender;
25 import android.content.Intent;
26 import android.content.IntentFilter;
27 import android.content.IntentSender;
28 import android.content.UriPermission;
29 import android.content.pm.ApplicationInfo;
30 import android.content.pm.ConfigurationInfo;
31 import android.content
5418 reportAssistContextExtras(IBinder token, Bundle extras, AssistStructure structure, AssistContent content, Uri referrer) argument
[all...]
H A DIActivityManager.java24 import android.content.ComponentName;
25 import android.content.ContentProviderNative;
26 import android.content.IContentProvider;
27 import android.content.IIntentReceiver;
28 import android.content.IIntentSender;
29 import android.content.Intent;
30 import android.content.IntentFilter;
31 import android.content.IntentSender;
32 import android.content.UriPermission;
33 import android.content
440 reportAssistContextExtras(IBinder token, Bundle extras, AssistStructure structure, AssistContent content, Uri referrer) argument
[all...]
/frameworks/base/core/java/android/content/
H A DAbstractThreadedSyncAdapter.java17 package android.content;
54 * in the service's {@link android.app.Service#onBind(android.content.Intent)} when invoked
55 * with an intent with action <code>android.content.SyncAdapter</code>. This service
59 * &lt;action android:name="android.content.SyncAdapter" /&gt;
61 * &lt;meta-data android:name="android.content.SyncAdapter"
78 * indicate which content authority and for which account types this sync adapter serves.
83 * with an authority whenever that authority's content provider does a
118 * @param context the {@link android.content.Context} that this is running within.
131 * @param context the {@link android.content.Context} that this is running within.
326 * Report that there was a security exception when opening the content provide
[all...]
H A DActivityNotFoundException.java17 package android.content;
H A DAsyncQueryHandler.java17 package android.content;
149 * @param uri The URI, using the content:// scheme, for the content to
H A DAsyncTaskLoader.java17 package android.content;
H A DBroadcastReceiver.java17 package android.content;
33 * this class with {@link android.support.v4.content.LocalBroadcastManager} instead
138 * {@link android.support.v4.content.LocalBroadcastManager}, since intents
185 * use {@link android.content.Context#startService Context.startService()} to
461 * {@link android.content.Context#registerReceiver(BroadcastReceiver,
479 * <p>The Intent filters used in {@link android.content.Context#registerReceiver}
H A DClipData.java17 package android.content;
19 import static android.content.ContentProvider.maybeAddUserId;
20 import android.content.res.AssetFileDescriptor;
84 * "content:" URIs. A content URI allows the recipient of a ClippedData item
105 * content URI can make available as a stream and retrieve the stream of data.
110 * {@sample frameworks/base/core/java/android/content/ClipData.java coerceToText}
123 * content: URI of an object that the user has copied, with the data at that
128 * the content provider holding it can make the data available as an arbitrary
148 * into an editor), then {@link Item#coerceToText(Context)} will ask the content
[all...]
H A DClipDescription.java17 package android.content;
51 * It should <em>not</em> be used for a content: URI that references some
H A DClipboardManager.java17 package android.content;
19 import android.content.Context;
34 * {@link android.content.Context#getSystemService}.
49 * @see android.content.Context#getSystemService
82 * {@link android.content.ClipboardManager#addPrimaryClipChangedListener(OnPrimaryClipChangedListener)
90 * Callback that is invoked by {@link android.content.ClipboardManager} when the primary
H A DComponentCallbacks.java17 package android.content;
19 import android.content.res.Configuration;
H A DComponentCallbacks2.java17 package android.content;
H A DComponentName.java17 package android.content;
29 * {@link android.content.BroadcastReceiver}, or
30 * {@link android.content.ContentProvider}) that is available. Two
H A DContentInsertHandler.java17 package android.content;
H A DContentProvider.java17 package android.content;
23 import static android.content.pm.PackageManager.PERMISSION_GRANTED;
28 import android.content.pm.PathPermission;
29 import android.content.pm.ProviderInfo;
30 import android.content.res.AssetFileDescriptor;
31 import android.content.res.Configuration;
58 * content to applications. They encapsulate data and provide it to applications through the single
59 * {@link ContentResolver} interface. A content provider is only required if you need to share
61 * applications and must be stored in a content provider. If you don't need to share data amongst
67 * request to the content provide
[all...]
H A DContentProviderClient.java17 package android.content;
21 import android.content.res.AssetFileDescriptor;
294 * take care of non-content: URIs such as file:. It is strongly recommended
306 * take care of non-content: URIs such as file:. It is strongly recommended
337 * take care of non-content: URIs such as file:. It is strongly recommended
349 * take care of non-content: URIs such as file:. It is strongly recommended
H A DContentProviderNative.java17 package android.content;
19 import android.content.res.AssetFileDescriptor;
49 * Cast a Binder object into a content resolver interface, generating
67 * Gets the name of the content provider.
69 * @return The content provider name.
H A DContentProviderOperation.java17 package android.content;
19 import android.content.ContentProvider;
H A DContentProviderResult.java17 package android.content;
19 import android.content.ContentProvider;
H A DContentQueryMap.java17 package android.content;
29 * keeps the cache fresh by registering for updates on the content backing the cursor. The column of
51 * Creates a ContentQueryMap that caches the content backing the cursor
H A DContentResolver.java17 package android.content;
25 import android.content.pm.PackageManager.NameNotFoundException;
26 import android.content.res.AssetFileDescriptor;
27 import android.content.res.Resources;
66 * This class provides applications access to the content model.
70 * <p>For more information about using a ContentResolver with content providers, read the
71 * <a href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a>
166 public static final String SCHEME_CONTENT = "content";
179 public static final String EXTRA_SIZE = "android.content.extra.SIZE";
182 * This is the Android platform's base MIME type for a content
[all...]
H A DContentUris.java17 package android.content;
23 * that use the &quot;content&quot; (content://) scheme.
29 * <code>content://<em>authority</em>/<em>path</em>/<em>id</em></code>
33 * <code>content:</code>
37 * android.content.ContentResolver#SCHEME_CONTENT ContentResolver.SCHEME_CONTENT} (value
38 * <code>content://</code>).
44 * A string that identifies the entire content provider. All the content URIs for the provider
63 * preceding path part. Most providers recognize content URI
[all...]

Completed in 1584 milliseconds

12345678910