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

  /packages/apps/Email/src/com/android/mail/browse/
EmailConversationProvider.java 27 private static String sAuthority;
31 if (sAuthority == null) {
32 sAuthority = getContext().getString(R.string.authority_conversation_provider);
34 return sAuthority;
  /packages/apps/Email/src/com/android/mail/providers/
EmailAccountCacheProvider.java 29 private static String sAuthority;
32 if (sAuthority == null) {
33 sAuthority = getContext().getString(R.string.authority_account_cache_provider);
35 return sAuthority;
  /packages/apps/UnifiedEmail/unified_src/com/android/mail/browse/
UnifiedConversationProvider.java 27 private static final String sAuthority = "com.android.mail.conversation.provider";
31 return sAuthority;
  /packages/apps/UnifiedEmail/unified_src/com/android/mail/providers/
UnifiedAccountCacheProvider.java 26 private static final String sAuthority = "com.android.mail.accountcache";
30 return sAuthority;
  /cts/tests/tests/content/src/android/content/cts/
UriMatcherTest.java 26 private static final String sAuthority = "ctstest";
37 private Uri uri1 = Uri.parse("content://" + sAuthority + "/" + sPath1);
38 private Uri uri2 = Uri.parse("content://" + sAuthority + "/" + sPath2);
39 private Uri uri3 = Uri.parse("content://" + sAuthority + "/" + sPath3);
40 private Uri uri4 = Uri.parse("content://" + sAuthority + "/" + sPath4);
53 mUriMatcher.addURI(sAuthority, sPath1, sCode1);
54 mUriMatcher.addURI(sAuthority, sPath2, sCode2);
55 mUriMatcher.addURI(sAuthority, sPath3, sCode3);
56 mUriMatcher.addURI(sAuthority, sPath4, sCode4);
83 mUriMatcher.addURI(sAuthority, sPath1, sCode1)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
MailAppProvider.java 104 private static String sAuthority;
137 return Uri.parse("content://" + sAuthority + "/");
150 sAuthority = getAuthority();

Completed in 192 milliseconds