HomeSort by relevance Sort by last modified time
    Searched refs:CONTENT (Results 26 - 50 of 91) sorted by null

12 3 4

  /frameworks/base/core/java/android/app/
SharedPreferencesImpl.java 20 import android.content.SharedPreferences;
58 private static final Object CONTENT = new Object();
218 mListeners.put(listener, CONTENT);
  /build/make/tools/droiddoc/templates-ndk/
sdkpage.cs 7 <meta http-equiv="refresh" content="0;url=<?cs var:toroot ?>sdk/<?cs
30 <div id="jd-content">
51 <div id="jd-content" itemprop="description">
180 <?cs ######## HERE IS THE JD DOC CONTENT ######### ?>
252 <?cs ######## HERE IS THE JD DOC CONTENT FOR ONLINE ######### ?>
393 </div><!-- end col-13 for lower-half content -->
535 <?cs ######## HERE IS THE JD DOC CONTENT FOR OFFLINE ######### ?>
553 </div><!-- end jd-content -->
docpage.cs 23 <div class="layout-content-row content-header <?cs if:header.justLinks ?>just-links<?cs /if ?>">
24 <div class="layout-content-col <?cs if:training ?>span-7<?cs else ?>span-9<?cs /if ?>">
30 <div class="training-nav-top layout-content-col span-5" itemscope itemtype="http://schema.org/SiteNavigationElement">
57 <div class="paging-links layout-content-col span-4" itemscope itemtype="http://schema.org/SiteNavigationElement">
132 <?cs # THIS IS THE MAIN DOC CONTENT ?>
133 <div id="jd-content">
140 <div class="content-footer <?cs
142 else ?>layout-content-row<?cs /if ?>"
145 <div class="paging-links layout-content-col col-10"
    [all...]
  /external/ImageMagick/scripts/
format_c_api_docs 247 <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduHeaders.java 77 public static final int CONTENT = 0xAE;
135 * X-Mms-DRM-Content |
298 * X-Mms-Content-Class field types.
PduParser.java 72 * Store the "type" parameter in "Content-Type" header field.
77 * Store the "start" parameter in "Content-Type" header field.
89 * Whether to parse content-disposition part header
97 * @param parseContentDisposition whether to parse the Content-Disposition part header
183 // The MMS content type must be "application/vnd.wap.multipart.mixed"
    [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduHeaders.java 75 public static final int CONTENT = 0xAE;
133 * X-Mms-DRM-Content |
296 * X-Mms-Content-Class field types.
PduParser.java 69 * Store the "type" parameter in "Content-Type" header field.
74 * Store the "start" parameter in "Content-Type" header field.
86 * Whether to parse content-disposition part header
94 * @param parseContentDisposition whether to parse the Content-Disposition part header
180 // The MMS content type must be "application/vnd.wap.multipart.mixed"
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduHeaders.java 78 public static final int CONTENT = 0xAE;
136 * X-Mms-DRM-Content |
316 * X-Mms-Content-Class field types.
PduParser.java 91 * Store the "type" parameter in "Content-Type" header field.
96 * Store the "start" parameter in "Content-Type" header field.
101 * Whether to parse content-disposition part header
109 * @param parseContentDisposition whether to parse the Content-Disposition part header
194 // For failure only no need to check content type
205 // The MMS content type must be "application/vnd.wap.multipart.mixed"
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
SearchIndexManager.java 18 import android.content.ContentValues;
116 return "Content: " + mSbContent + "\n Name: " + mSbName + "\n Tokens: " + mSbTokens;
121 String content = mSbElementContent.toString().replace('\n', ' '); local
122 if (!mUniqueElements.contains(content)) {
126 mSbContent.append(content);
127 mUniqueElements.add(content);
395 mValues.put(SearchIndexColumns.CONTENT, builder.getContent());
455 * Example: "content:foo* name:a1b2c1* tokens:foo* content:bar* name:a2b3c2* tokens:bar*"
461 * Scopes each token to a the content column and also for name with normalization
    [all...]
ContactsDatabaseHelper.java 24 import android.content.ContentResolver;
25 import android.content.ContentValues;
26 import android.content.Context;
27 import android.content.Intent;
28 import android.content.pm.ApplicationInfo;
29 import android.content.pm.PackageManager;
30 import android.content.pm.PackageManager.NameNotFoundException;
31 import android.content.pm.UserInfo;
32 import android.content.res.Resources;
97 import com.android.common.content.SyncStateContentProviderHelper
    [all...]
ContactsProvider2.java 26 import android.content.ContentProviderOperation;
27 import android.content.ContentProviderResult;
28 import android.content.ContentResolver;
29 import android.content.ContentUris;
30 import android.content.ContentValues;
31 import android.content.Context;
32 import android.content.IContentService;
33 import android.content.OperationApplicationException;
34 import android.content.SharedPreferences;
35 import android.content.SyncAdapterType
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 31 import static org.eclipse.core.resources.IResourceDelta.CONTENT;
509 * Finds the list of includes in the given XML content. It attempts quickly return
525 * Parses the given XML content and extracts all the included URLs and returns them
527 * @param xml layout XML content to be parsed for includes
729 if ((eventType & (CHANGED | ADDED | REMOVED | CONTENT)) == 0) {
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 19 import android.content.ContentProviderOperation;
20 import android.content.ContentProviderResult;
21 import android.content.ContentResolver;
22 import android.content.ContentUris;
23 import android.content.ContentValues;
24 import android.content.Context;
25 import android.content.OperationApplicationException;
26 import android.content.res.Resources;
56 * EmailContent is the superclass of the various classes of content stored by EmailProvider.
59 * methods for saving and retrieving content from the Provider
249 final T content = getContent(context, c, klass); local
352 EmailContent content = mContent.get(); local
364 T content = klass.newInstance(); local
603 String content = null; local
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 349 * 1. path and mime type both are not empty strings (meaning unavailable) else content is unknown
350 * 2. if one of them is empty string and if other is known then its a DRM Content Object.
356 return DrmObjectType::CONTENT;
501 // check for file integrity. This must be done to protect the content mangling.
  /external/doclava/res/assets/templates-sdk/
docpage.cs 50 <div class="content-header <?cs if:header.justLinks ?>just-links<?cs /if ?>">
180 # THIS IS THE MAIN DOC CONTENT ?><?cs
182 <div id="jd-content">
215 <div class="content-footer <?cs
252 </div> <!-- end jd-content --><?cs
  /packages/apps/Email/provider_src/com/android/email/provider/
DBHelper.java 20 import android.content.ContentResolver;
21 import android.content.ContentValues;
22 import android.content.Context;
123 // Version 11: Add content and flags to attachment table
124 // Version 12: Add content_bytes to attachment table. content is deprecated.
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /libcore/luni/src/test/java/libcore/java/security/
SignatureTest.java 566 private static final byte[] CONTENT = hexToBytes(
611 sig.update(CONTENT);
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 338 #define CONTENT(a) CHOICE(a, a, (a)) /* take contents of variable */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 

Completed in 1528 milliseconds

12 3 4