| /packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
| D | LegacyApiSupport.java | 290 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 …]
|
| D | ProfileAwareUriMatcher.java | 65 public void addURI(String authority, String path, int code) { in addURI()
|
| /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/ |
| D | BluetoothMapContract.java | 163 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/ |
| D | AccountSyncFragment.java | 154 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()
|
| D | SyncStateSwitchPreference.java | 52 public SyncStateSwitchPreference(Context context, Account account, String authority) { in SyncStateSwitchPreference()
|
| /packages/apps/Settings/src/com/android/settings/accounts/ |
| D | AccountSyncSettings.java | 237 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
|
| D | SyncStateSwitchPreference.java | 52 public SyncStateSwitchPreference(Context context, Account account, String authority) { in SyncStateSwitchPreference() 57 public void setup(Account account, String authority) { in setup()
|
| D | ManageAccountsSettings.java | 340 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/ |
| D | BluetoothMapAccountItem.java | 44 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/ |
| D | ContactLoaderUtils.java | 46 final String authority = uri.getAuthority(); in ensureIsContactUri() local
|
| /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/ |
| D | TestSyncAdapter.java | 49 public void onPerformSync(Account account, Bundle extras, String authority, in onPerformSync()
|
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
| D | TypedUriMatcherImpl.java | 32 public TypedUriMatcherImpl(String authority, T[] values) { in TypedUriMatcherImpl()
|
| /packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/ |
| D | PartnerBookmarksProvider.java | 102 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/ |
| D | ContactsMockContext.java | 45 public ContactsMockContext(Context base, String authority) { in ContactsMockContext()
|
| /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
| D | ContactDirectoryManagerTest.java | 599 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()
|
| D | ContactsActor.java | 271 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/ |
| D | Index.java | 332 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/ |
| D | GoogleSuggestionProvider.java | 119 String authority = getAuthority(context); in buildUriMatcher() local
|
| /packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
| D | ContentProviderTask.java | 94 public void run(ContentResolver resolver, String authority, in run()
|
| /packages/apps/Messaging/src/com/android/messaging/datamodel/ |
| D | FileProvider.java | 82 protected static Uri buildFileUri(final String authority, final String extension) { in buildFileUri()
|
| /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
| D | PackageIconLoader.java | 187 String authority = uri.getAuthority(); in getResourceId() local
|
| /packages/apps/Gallery/src/com/android/camera/ |
| D | MovieViewControl.java | 139 String authority = uri.getAuthority(); in uriSupportsBookmarks() local
|
| /packages/apps/ContactsCommon/src/com/android/contacts/common/ |
| D | ContactsUtils.java | 185 final String authority = host.toLowerCase(); in getCustomImIntent() local
|
| /packages/apps/Email/provider_src/com/android/email/service/ |
| D | PopImapSyncAdapterService.java | 64 String authority, ContentProviderClient provider, SyncResult syncResult) { in onPerformSync()
|
| /packages/apps/Calendar/src/com/android/calendar/ |
| D | AsyncQueryServiceHelper.java | 56 public String authority; field in AsyncQueryServiceHelper.OperationInfo
|