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
839 * Generate a forwarding Uri to ConversationProvider from an original Uri. We do this by
844 * @return a forwarding uri to ConversationProvider
848 uriStr.indexOf(ConversationProvider.URI_SEPARATOR)
849 + ConversationProvider.URI_SEPARATOR.length());
853 sb.append(ConversationProvider.sUriPrefix);
857 result = ConversationProvider.sUriPrefix + withoutScheme;
863 * Regenerate the original Uri from a forwarding (ConversationProvider) Uri
871 if (!authority.equals(ConversationProvider
1412 public abstract static class ConversationProvider extends ContentProvider { class in class:ConversationCursor
[all...]

Completed in 33 milliseconds