Searched refs:AUTHORITY_PLUS_MESSAGES (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DGmail.java91 private static final String AUTHORITY_PLUS_MESSAGES = field in class:Gmail
560 Uri uri = Uri.parse(AUTHORITY_PLUS_MESSAGES + account + "/" + messageId);
579 Uri uri = Uri.parse(AUTHORITY_PLUS_MESSAGES + account + "/");
612 Uri uri = Uri.parse(AUTHORITY_PLUS_MESSAGES + account + "/" + messageId);
671 AUTHORITY_PLUS_MESSAGES + account + "/" + messageId + "/labels");
683 AUTHORITY_PLUS_MESSAGES + account + "/" + messageId
1787 AUTHORITY_PLUS_MESSAGES).buildUpon()
2209 Uri uri = Uri.parse(AUTHORITY_PLUS_MESSAGES + account + "/");
2229 AUTHORITY_PLUS_MESSAGES + account + "/" + messageId);

Completed in 7 milliseconds