Home
last modified time | relevance | path

Searched defs:authority (Results 1 – 25 of 45) sorted by relevance

12

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java290 matcher.addURI(authority, "extensions", EXTENSIONS); in matcher.addURI() argument
291 matcher.addURI(authority, "extensions/#", EXTENSIONS_ID); in matcher.addURI() argument
292 matcher.addURI(authority, "groups", GROUPS); in matcher.addURI() argument
293 matcher.addURI(authority, "groups/#", GROUPS_ID); in matcher.addURI() argument
294 matcher.addURI(authority, "groups/name/*/members", GROUP_NAME_MEMBERS); in matcher.addURI() argument
297 matcher.addURI(authority, "groups/system_id/*/members", GROUP_SYSTEM_ID_MEMBERS); in matcher.addURI() argument
300 matcher.addURI(authority, "groupmembership", GROUPMEMBERSHIP); in matcher.addURI() argument
301 matcher.addURI(authority, "groupmembership/#", GROUPMEMBERSHIP_ID); in matcher.addURI() argument
303 matcher.addURI(authority, "people", PEOPLE); in matcher.addURI() argument
306 matcher.addURI(authority, "people/filter/*", PEOPLE_FILTER); in matcher.addURI() argument
[all …]
DProfileAwareUriMatcher.java65 public void addURI(String authority, String path, int code) { in addURI()
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java163 public static Uri buildAccountUri(String authority) { in buildAccountUri()
172 public static Uri buildAccountUriwithId(String authority, String accountId) { in buildAccountUriwithId()
183 public static Uri buildMessageUri(String authority) { in buildMessageUri()
194 public static Uri buildMessageUri(String authority, String accountId) { in buildMessageUri()
206 public static Uri buildMessageUriWithId(String authority, String accountId,String messageId) { in buildMessageUriWithId()
219 public static Uri buildFolderUri(String authority, String accountId) { in buildFolderUri()
232 public static Uri buildConversationUri(String authority, String accountId) { in buildConversationUri()
245 public static Uri buildConvoContactsUri(String authority) { in buildConvoContactsUri()
257 public static Uri buildConvoContactsUri(String authority, String accountId) { in buildConvoContactsUri()
269 public static Uri buildConvoContactsUriWithId(String authority, String accountId, in buildConvoContactsUriWithId()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
DAccountSyncFragment.java154 String authority = syncPref.getAuthority(); in onPreferenceTreeClick() local
227 private void requestOrCancelSync(Account account, String authority, boolean flag) { in requestOrCancelSync()
238 private boolean isSyncing(List<SyncInfo> currentSyncs, Account account, String authority) { in isSyncing()
292 String authority = syncPref.getAuthority(); in onSyncStateUpdated() local
389 private Preference createSyncStateSwitch(Account account, String authority) { in createSyncStateSwitch()
DSyncStateSwitchPreference.java52 public SyncStateSwitchPreference(Context context, Account account, String authority) { in SyncStateSwitchPreference()
/packages/apps/Settings/src/com/android/settings/accounts/
DAccountSyncSettings.java237 private void addSyncStateSwitch(Account account, String authority) { in addSyncStateSwitch()
329 String authority = syncPref.getAuthority(); in onPreferenceTreeClick() local
394 private void requestOrCancelSync(Account account, String authority, boolean flag) { in requestOrCancelSync()
405 private boolean isSyncing(List<SyncInfo> currentSyncs, Account account, String authority) { in isSyncing()
441 String authority = syncPref.getAuthority(); in setFeedsState() local
546 final String authority = authorities.get(j); in updateAccountSwitches() local
DSyncStateSwitchPreference.java52 public SyncStateSwitchPreference(Context context, Account account, String authority) { in SyncStateSwitchPreference()
57 public void setup(Account account, String authority) { in setup()
DManageAccountsSettings.java340 private boolean isSyncing(List<SyncInfo> currentSyncs, Account account, String authority) { in isSyncing()
351 private boolean isSyncEnabled(int userId, Account account, String authority) { in isSyncEnabled()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAccountItem.java44 public BluetoothMapAccountItem(String id, String name, String packageName, String authority, in BluetoothMapAccountItem()
59 String authority, Drawable icon, BluetoothMapUtils.TYPE appType) { in create()
65 String authority, Drawable icon, BluetoothMapUtils.TYPE appType, String uci, in create()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DContactLoaderUtils.java46 final String authority = uri.getAuthority(); in ensureIsContactUri() local
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/
DTestSyncAdapter.java49 public void onPerformSync(Account account, Bundle extras, String authority, in onPerformSync()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DTypedUriMatcherImpl.java32 public TypedUriMatcherImpl(String authority, T[] values) { in TypedUriMatcherImpl()
/packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
DPartnerBookmarksProvider.java102 matcher.addURI(authority, "bookmarks", URI_MATCH_BOOKMARKS); in matcher.addURI() argument
103 matcher.addURI(authority, "bookmarks/#", URI_MATCH_BOOKMARKS_ID); in matcher.addURI() argument
104 matcher.addURI(authority, "bookmarks/folder", URI_MATCH_BOOKMARKS_FOLDER); in matcher.addURI() argument
105 matcher.addURI(authority, "bookmarks/folder/#", URI_MATCH_BOOKMARKS_FOLDER_ID); in matcher.addURI() argument
106 matcher.addURI(authority, "bookmarks/folder/id", in matcher.addURI() argument
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
DContactsMockContext.java45 public ContactsMockContext(Context base, String authority) { in ContactsMockContext()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactDirectoryManagerTest.java599 protected PackageInfo createProviderPackage(String packageName, String authority) { in createProviderPackage()
603 protected PackageInfo createPackage(String packageName, String authority, in createPackage()
632 protected void assertDirectoryRow(Cursor cursor, String packageName, String authority, in assertDirectoryRow()
DContactsActor.java271 Class<? extends ContentProvider> providerClass, String authority) throws Exception { in ContactsActor()
368 String authority) throws Exception { in addProvider()
373 String authority, Context providerContext) throws Exception { in addProvider()
394 private String stripOutUserIdFromAuthority(String authority) { in stripOutUserIdFromAuthority()
/packages/apps/Settings/src/com/android/settings/search/
DIndex.java332 private boolean addIndexablesFromRemoteProvider(String packageName, String authority) { in addIndexablesFromRemoteProvider()
355 String authority) { in addNonIndexablesKeysFromRemoteProvider()
362 String authority) { in getNonIndexablesKeysFromRemoteProvider()
423 public void addNonIndexableKeys(String authority, List<String> keys) { in addNonIndexableKeys()
436 final String authority = info.providerInfo.authority; in isWellKnownProvider() local
469 private void updateFromRemoteProvider(String packageName, String authority) { in updateFromRemoteProvider()
533 private static Uri buildUriForXmlResources(String authority) { in buildUriForXmlResources()
538 private static Uri buildUriForRawData(String authority) { in buildUriForRawData()
543 private static Uri buildUriForNonIndexableKeys(String authority) { in buildUriForNonIndexableKeys()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSuggestionProvider.java119 String authority = getAuthority(context); in buildUriMatcher() local
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DContentProviderTask.java94 public void run(ContentResolver resolver, String authority, in run()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DFileProvider.java82 protected static Uri buildFileUri(final String authority, final String extension) { in buildFileUri()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DPackageIconLoader.java187 String authority = uri.getAuthority(); in getResourceId() local
/packages/apps/Gallery/src/com/android/camera/
DMovieViewControl.java139 String authority = uri.getAuthority(); in uriSupportsBookmarks() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/
DContactsUtils.java185 final String authority = host.toLowerCase(); in getCustomImIntent() local
/packages/apps/Email/provider_src/com/android/email/service/
DPopImapSyncAdapterService.java64 String authority, ContentProviderClient provider, SyncResult syncResult) { in onPerformSync()
/packages/apps/Calendar/src/com/android/calendar/
DAsyncQueryServiceHelper.java56 public String authority; field in AsyncQueryServiceHelper.OperationInfo

12