Searched defs:ConversationProvider (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java110 static ConversationProvider sProvider;
124 * The ConversationProvider instance // The runnable executing a refresh (query of underlying
849 * Generate a forwarding Uri to ConversationProvider from an original Uri. We do this by
854 * @return a forwarding uri to ConversationProvider
858 uriStr.indexOf(ConversationProvider.URI_SEPARATOR)
859 + ConversationProvider.URI_SEPARATOR.length());
863 sb.append(ConversationProvider.sUriPrefix);
867 result = ConversationProvider.sUriPrefix + withoutScheme;
873 * Regenerate the original Uri from a forwarding (ConversationProvider) Uri
881 if (!authority.equals(ConversationProvider
1422 public abstract static class ConversationProvider extends ContentProvider { class in class:ConversationCursor
[all...]

Completed in 64 milliseconds