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

  /packages/apps/UnifiedEmail/unified_src/com/android/mail/providers/
UnifiedAccountCacheProvider.java 31 private static final String sSuggestionsAuthority = "com.android.mail.suggestionsprovider";
45 return sSuggestionsAuthority;
  /packages/apps/Email/src/com/android/mail/providers/
EmailAccountCacheProvider.java 33 private static String sSuggestionsAuthority;
50 if (sSuggestionsAuthority == null) {
51 sSuggestionsAuthority = getContext().getString(R.string.authority_suggestions_provider);
53 return sSuggestionsAuthority;

Completed in 1534 milliseconds