Searched defs:content (Results 151 - 175 of 185) sorted by relevance

12345678

/frameworks/support/v4/java/android/support/v4/content/
H A DFileProvider.java17 package android.support.v4.content;
22 import android.content.ContentProvider;
23 import android.content.ContentValues;
24 import android.content.Context;
25 import android.content.Intent;
26 import android.content.pm.PackageManager;
27 import android.content.pm.ProviderInfo;
28 import android.content.res.XmlResourceParser;
48 * of files associated with an app by creating a <code>content://</code> {@link Uri} for a file
51 * A content UR
[all...]
H A DLoader.java17 package android.support.v4.content;
19 import android.content.Context;
28 * Static library support version of the framework's {@link android.content.Loader}.
48 * it is used for you by {@link android.support.v4.content.CursorLoader}
309 * Take the current flag indicating whether the loader's content had
321 * Commit that you have actually fully processed a content change that
332 * Report that you have abandoned the processing of a content change that
334 * to the state where there is again a pending content change. This is
335 * to handle the case where a data load due to a content change has been
H A DModernAsyncTask.java17 package android.support.v4.content;
/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;
33 * This class is a command line utility for manipulating content. A client
34 * can insert, update, and remove records in a content provider. For example,
41 * adb shell content insert --uri content://settings/secure --bind name:s:new_setting
47 * adb shell content update --uri content://settings/secure --bind value:s:newer_value
52 * adb shell content delet
[all...]
/frameworks/base/core/java/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
459 * {@link android.content.Context#registerReceiver(BroadcastReceiver,
477 * <p>The Intent filters used in {@link android.content.Context#registerReceiver}
H A DSyncRequest.java17 package android.content;
404 * @param authority String identifying which content provider to sync.
H A DContentProvider.java17 package android.content;
19 import static android.content.pm.PackageManager.PERMISSION_GRANTED;
22 import android.content.pm.PathPermission;
23 import android.content.pm.ProviderInfo;
24 import android.content.res.AssetFileDescriptor;
25 import android.content.res.Configuration;
49 * content to applications. They encapsulate data and provide it to applications through the single
50 * {@link ContentResolver} interface. A content provider is only required if you need to share
52 * applications and must be stored in a content provider. If you don't need to share data amongst
58 * request to the content provide
[all...]
H A DUndoManager.java17 package android.content;
H A DContentResolver.java17 package android.content;
23 import android.content.pm.PackageManager.NameNotFoundException;
24 import android.content.res.AssetFileDescriptor;
25 import android.content.res.Resources;
59 * This class provides applications access to the content model.
63 * <p>For more information about using a ContentResolver with content providers, read the
64 * <a href="{@docRoot}guide/topics/providers/content-providers.html">Content Providers</a>
159 public static final String SCHEME_CONTENT = "content";
164 * This is the Android platform's base MIME type for a content: URI
166 * as the base type along with their own sub-type of their content
[all...]
H A DContextWrapper.java17 package android.content;
22 import android.content.pm.ApplicationInfo;
23 import android.content.pm.PackageManager;
24 import android.content.res.AssetManager;
25 import android.content.res.Configuration;
26 import android.content.res.Resources;
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,
982 * it will implicitly match intents with no scheme, or the schemes "content:"
1065 // content provider, which is done by type, and we don't want
1066 // to force everyone to say they handle content: or file: URIs.
1068 && !"content".equals(scheme)
/frameworks/base/core/java/android/content/pm/
H A DActivityInfo.java17 package android.content.pm;
19 import android.content.res.Configuration;
H A DApplicationInfo.java17 package android.content.pm;
19 import android.content.pm.PackageManager.NameNotFoundException;
20 import android.content.res.Resources;
/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java17 package android.content.res;
19 import android.content.pm.ApplicationInfo;
322 * Apply translation to the canvas that is necessary to draw the content.
396 * Translate the content insets in application window to Screen. This uses
397 * the internal buffer for content insets to avoid extra object allocation.
H A DConfiguration.java17 package android.content.res;
19 import android.content.pm.ActivityInfo;
934 * {@link android.content.pm.ActivityInfo#CONFIG_FONT_SCALE
936 * {@link android.content.pm.ActivityInfo#CONFIG_MCC
938 * {@link android.content.pm.ActivityInfo#CONFIG_MNC
940 * {@link android.content.pm.ActivityInfo#CONFIG_LOCALE
942 * {@link android.content.pm.ActivityInfo#CONFIG_TOUCHSCREEN
944 * {@link android.content.pm.ActivityInfo#CONFIG_KEYBOARD
946 * {@link android.content.pm.ActivityInfo#CONFIG_NAVIGATION
948 * {@link android.content
[all...]
H A DResources.java17 package android.content.res;
24 import android.content.pm.ActivityInfo;
55 * acquire the {@link android.content.res.Resources} instance associated with your application
56 * with {@link android.content.Context#getResources getResources()}.</p>
677 * {@link android.content.Context#obtainStyledAttributes(int[])
787 * {@link android.content.res.ColorStateList}, then the default color from
829 * {@link android.content.res.ColorStateList} holding multiple possible colors.
H A DXmlBlock.java17 package android.content.res;
/frameworks/base/core/java/android/text/method/
H A DMetaKeyKeyListener.java272 public static void adjustMetaAfterKeypress(Spannable content) { argument
273 adjust(content, CAP);
274 adjust(content, ALT);
275 adjust(content, SYM);
295 private static void adjust(Spannable content, Object what) { argument
296 int current = content.getSpanFlags(what);
299 content.setSpan(what, 0, 0, USED);
301 content.removeSpan(what);
308 protected static void resetLockedMeta(Spannable content) { argument
309 resetLock(content, CA
315 resetLock(Spannable content, Object what) argument
325 onKeyDown(View view, Editable content, int keyCode, KeyEvent event) argument
345 press(Editable content, Object what) argument
364 startSelecting(View view, Spannable content) argument
373 stopSelecting(View view, Spannable content) argument
380 onKeyUp(View view, Editable content, int keyCode, KeyEvent event) argument
400 release(Editable content, Object what, KeyEvent event) argument
417 clearMetaKeyState(View view, Editable content, int states) argument
421 clearMetaKeyState(Editable content, int states) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppCacheTest.java17 package android.content.pm;
20 import android.content.BroadcastReceiver;
21 import android.content.Context;
22 import android.content.Intent;
23 import android.content.IntentFilter;
H A DComponentTest.java17 package android.content.pm;
19 import static android.content.pm.PackageManager.COMPONENT_ENABLED_STATE_DEFAULT;
20 import static android.content.pm.PackageManager.COMPONENT_ENABLED_STATE_DISABLED;
21 import static android.content.pm.PackageManager.COMPONENT_ENABLED_STATE_ENABLED;
22 import static android.content.pm.PackageManager.GET_DISABLED_COMPONENTS;
33 import android.content.ComponentName;
34 import android.content.Intent;
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DUtils.java19 import android.content.Context;
20 import android.content.pm.PackageInfo;
21 import android.content.pm.PackageManager.NameNotFoundException;
240 public static float parseFloatSafely(String content, float defaultValue) { argument
241 if (content == null) return defaultValue;
243 return Float.parseFloat(content);
249 public static int parseIntSafely(String content, int defaultValue) { argument
250 if (content == null) return defaultValue;
252 return Integer.parseInt(content);
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipHelper.java463 public void sendReferNotify(Dialog dialog, String content) argument
469 // set content here
470 request.setContent(content,
/frameworks/base/services/java/com/android/server/content/
H A DContentService.java17 package com.android.server.content;
22 import android.content.ContentResolver;
23 import android.content.Context;
24 import android.content.IContentService;
25 import android.content.ISyncStatusObserver;
26 import android.content.PeriodicSync;
27 import android.content.SyncAdapterType;
28 import android.content.SyncInfo;
29 import android.content.SyncRequest;
30 import android.content
[all...]
/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/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java25 import android.content.BroadcastReceiver;
26 import android.content.Context;
27 import android.content.Intent;
28 import android.content.IntentFilter;
29 import android.content.pm.ApplicationInfo;
30 import android.content.pm.PackageManager.NameNotFoundException;
31 import android.content.res.Configuration;
364 protected void applyLegacyRowBackground(StatusBarNotification sbn, View content) { argument
375 content.setBackgroundResource(R.drawable.notification_row_legacy_bg);
377 content
[all...]

Completed in 376 milliseconds

12345678