Searched refs:mAuthority (Results 1 – 4 of 4) sorted by relevance
37 private String mAuthority; field in SyncStateCheckBoxPreference49 mAuthority = null; in SyncStateCheckBoxPreference()55 mAuthority = authority; in SyncStateCheckBoxPreference()149 return mAuthority; in getAuthority()
61 private String mAuthority; field in ContactDirectoryManagerTest.MockContactDirectoryProvider67 mAuthority = info.authority; in attachInfoForTesting()84 if (uri.toString().equals("content://" + mAuthority + "/directories")) { in query()88 } else if (uri.toString().startsWith("content://" + mAuthority + "/contacts")) { in query()102 "content://" + mAuthority + "/aggregation_exceptions")) { in query()
27 private final String mAuthority; field in TypedUriMatcherImpl33 mAuthority = authority; in TypedUriMatcherImpl()49 mUriMatcher.addURI(mAuthority, path, value.ordinal()); in addUriType()
2690 private String mAuthority; field in CalendarProvider2Test.MockProvider2695 mAuthority = authority; in MockProvider()2717 return Uri.parse("content://" + mAuthority + "/" + mNumItems); in insert()