HomeSort by relevance Sort by last modified time
    Searched defs:CONTENT (Results 1 - 8 of 8) sorted by null

  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssContentProvider.java 19 import android.content.ContentProvider;
20 import android.content.ContentProviderDatabaseHelper;
21 import android.content.UriMatcher;
22 import android.content.Context;
28 import android.content.ContentValues;
33 // Content Provider for RSS feed information. Each row describes a single
56 public static final Uri CONTENT_URI = Uri.parse( "content://my_rss_item/rssitem");
63 public static final String CONTENT = "rawcontent";
79 CONTENT + " TEXT," +
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Attribute.java 28 public static final Attribute CONTENT = new AttributeImpl ("CONTENT");
  /cts/tests/tests/text/src/android/text/method/cts/
LinkMovementMethodTest.java 52 private static final String CONTENT = "clickable\nunclickable\nclickable";
73 // Set the content view with a text view which contains 3 lines,
75 mView.setText(CONTENT, BufferType.SPANNABLE);
85 mClickable0 = markClickable(0, CONTENT.indexOf('\n'));
87 mClickable1 = markClickable(CONTENT.lastIndexOf('\n'), CONTENT.length());
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
FileChannelTest.java 75 private static final String CONTENT = "MYTESTSTRING needs to be a little long";
87 private static final int CONTENT_LENGTH = CONTENT.length();
89 private static final byte[] CONTENT_AS_BYTES = CONTENT.getBytes();
121 // to read content from FileChannel
369 * @param size the content size to be written
379 // we don't care about content - just need a particular file size
544 // reads the content left to readBuffer through read only file channel
549 // asserts the content read is the part which stays beyond the POSITION
587 // constructs the expected result which has content[0... POSITION] plus
588 // content[0...length()
    [all...]
  /frameworks/base/core/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.
  /packages/apps/Email/src/com/android/email/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;
42 * EmailContent is the superclass of the various classes of content stored by EmailProvider.
45 * methods for saving and retrieving content from the Provider.
62 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY)
112 T content = klass.newInstance(); local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 300 #define CONTENT(a) CHOICE(a, a, (a)) /* take contents of variable */
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 656 milliseconds