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

  /libcore/luni/src/test/java/libcore/xml/
ExpatSaxParserTest.java 45 private static final String SNIPPET = "<dagny dad=\"bob\">hello</dagny>";
71 parse(SNIPPET, contentHandler);
85 parse(SNIPPET, contentHandler);
98 parse(SNIPPET, contentHandler);
107 parse(SNIPPET, handler);
112 parse(new StringReader(SNIPPET), handler);
117 parse(new ByteArrayInputStream(SNIPPET.getBytes()),
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 49 Threads.SNIPPET, Threads.SNIPPET_CHARSET, Threads.READ, Threads.ERROR,
68 private static final int SNIPPET = 4;
512 * Returns a snippet of text from the most recent message in the conversation.
666 // mmssms.db|2.253 ms|SELECT _id, date, message_count, recipient_ids, snippet, snippet_cs,
686 // mmssms.db|2.253 ms|SELECT _id, date, message_count, recipient_ids, snippet, snippet_cs,
851 // Replace the snippet with a default value if it's empty.
852 String snippet = MessageUtils.extractEncStrFromCursor(c, SNIPPET, SNIPPET_CS); local
853 if (TextUtils.isEmpty(snippet)) {
854 snippet = context.getString(R.string.no_subject_view)
1249 String snippet = MessageUtils.extractEncStrFromCursor(c, SNIPPET, SNIPPET_CS); local
    [all...]
  /frameworks/base/core/java/android/provider/
Telephony.java 486 public static final String SNIPPET = "snippet";
    [all...]
ContactsContract.java 176 * The boolean indicates that the provider did not create a snippet and that the client asking
177 * for the snippet should do it (true means the snippeting was deferred to the client).
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 519 // A text "snippet" derived from the body of the message
520 public static final String SNIPPET = "snippet";
587 MessageColumns.SNIPPET, MessageColumns.PROTOCOL_SEARCH_INFO,
613 SyncColumns.SERVER_ID, MessageColumns.SNIPPET
    [all...]
  /packages/apps/Email/src/com/android/mail/providers/
UIProvider.java 656 ConversationColumns.SNIPPET,
738 * This string column contains the snippet string for a conversation.
740 public static final String SNIPPET = "snippet";
    [all...]

Completed in 230 milliseconds