Searched refs:AUTHORITY (Results 26 - 50 of 145) sorted by relevance

123456

/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DPackageIconLoaderTest.java61 String uri = "content://" + CrashingIconProvider.AUTHORITY + "/icon";
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/tests/
H A DCrashingIconProvider.java33 public static final String AUTHORITY = "com.android.quicksearchbox.tests.iconcrash"; field in class:CrashingIconProvider
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DPackageIntentReceiver.java38 context.getContentResolver().acquireProvider(ContactsContract.AUTHORITY);
H A DContactsProvider2.java1137 matcher.addURI(ContactsContract.AUTHORITY, "contacts", CONTACTS);
1138 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#", CONTACTS_ID);
1139 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/data", CONTACTS_ID_DATA);
1140 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/entities", CONTACTS_ID_ENTITIES);
1141 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/suggestions",
1143 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/suggestions/*",
1145 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/photo", CONTACTS_ID_PHOTO);
1146 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/display_photo",
1150 matcher.addURI(ContactsContract.AUTHORITY, "contacts_corp/#/photo", CONTACTS_ID_PHOTO_CORP);
1151 matcher.addURI(ContactsContract.AUTHORITY, "contacts_cor
5133 public static final int AUTHORITY = 1; field in class:ContactsProvider2.DirectoryQuery
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2TransactionTest.java242 mResolver.applyBatch(ContactsContract.AUTHORITY, ops);
259 mResolver.applyBatch(ContactsContract.AUTHORITY, ops);
279 mResolver.applyBatch(ContactsContract.AUTHORITY, ops);
300 mResolver.applyBatch(ContactsContract.AUTHORITY, ops);
H A DBaseVoicemailProviderTest.java44 addProvider(TestVoicemailProvider.class, VoicemailContract.AUTHORITY);
61 return VoicemailContract.AUTHORITY;
H A DDirectoryTest.java52 values.put(Directory.DIRECTORY_AUTHORITY, ContactsContract.AUTHORITY);
68 values.put(Directory.DIRECTORY_AUTHORITY, ContactsContract.AUTHORITY);
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
H A DUserDictionaryProvider.java57 private static final String AUTHORITY = UserDictionary.AUTHORITY; field in class:UserDictionaryProvider
270 sUriMatcher.addURI(AUTHORITY, "words", WORDS);
271 sUriMatcher.addURI(AUTHORITY, "words/#", WORD_ID);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DDictionaryProvider.java53 Uri.parse(ContentResolver.SCHEME_CONTENT + "://" + DictionaryPackConstants.AUTHORITY);
70 sUriMatcherV1.addURI(DictionaryPackConstants.AUTHORITY, "list", DICTIONARY_V1_WHOLE_LIST);
71 sUriMatcherV1.addURI(DictionaryPackConstants.AUTHORITY, "*", DICTIONARY_V1_DICT_INFO);
72 sUriMatcherV2.addURI(DictionaryPackConstants.AUTHORITY, "*/metadata",
74 sUriMatcherV2.addURI(DictionaryPackConstants.AUTHORITY, "*/list", DICTIONARY_V2_WHOLE_LIST);
75 sUriMatcherV2.addURI(DictionaryPackConstants.AUTHORITY, "*/dict/*",
77 sUriMatcherV2.addURI(DictionaryPackConstants.AUTHORITY, "*/datafile/*",
/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasPing.java379 requestSyncForMailboxes(mAmAccount, EmailContent.AUTHORITY, emailMailboxIds);
380 requestSyncForMailboxes(mAmAccount, CalendarContract.AUTHORITY, calendarMailboxIds);
381 requestSyncForMailboxes(mAmAccount, ContactsContract.AUTHORITY, contactsMailboxIds);
390 ContentResolver.requestSync(mAmAccount, EmailContent.AUTHORITY, extras);
406 ContentResolver.requestSync(amAccount, EmailContent.AUTHORITY, extras);
H A DEasFullSyncOperation.java50 EmailContent.AUTHORITY,
51 CalendarContract.AUTHORITY,
52 ContactsContract.AUTHORITY
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsSmsProvider.java217 private static final String AUTHORITY = "mms-sms"; field in class:MmsSmsProvider
220 URI_MATCHER.addURI(AUTHORITY, "conversations", URI_CONVERSATIONS);
221 URI_MATCHER.addURI(AUTHORITY, "complete-conversations", URI_COMPLETE_CONVERSATIONS);
225 AUTHORITY, "conversations/#", URI_CONVERSATIONS_MESSAGES);
227 AUTHORITY, "conversations/#/recipients",
231 AUTHORITY, "conversations/#/subject",
235 URI_MATCHER.addURI(AUTHORITY, "conversations/obsolete", URI_OBSOLETE_THREADS);
238 AUTHORITY, "messages/byphone/*",
244 URI_MATCHER.addURI(AUTHORITY, "threadID", URI_THREAD_ID);
247 URI_MATCHER.addURI(AUTHORITY, "canonica
[all...]
/packages/apps/Email/tests/src/com/android/email/mail/
H A DStoreTests.java53 super(EmailProvider.class, EmailContent.AUTHORITY);
57 super(EmailProvider.class, EmailContent.AUTHORITY);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/provider/
H A DSharedImageProvider.java38 public static final String AUTHORITY = "com.android.gallery3d.filtershow.provider.SharedImageProvider"; field in class:SharedImageProvider
39 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/image");
/packages/apps/Email/tests/src/com/android/email/
H A DControllerProviderOpsTests.java46 super(EmailProvider.class, EmailContent.AUTHORITY);
/packages/apps/Exchange/tests/src/com/android/exchange/provider/
H A DMockProviderTests.java61 super(MockProvider.class, MockProvider.AUTHORITY);
100 // return mMockResolver.applyBatch(MockProvider.AUTHORITY, ops);
/packages/apps/UnifiedEmail/src/com/android/mail/
H A DConversationListContext.java61 sUrlMatcher.addURI(UIProvider.AUTHORITY, "account/*/folder/*", 0);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
H A DUserUtilsTest.java42 ContactsContract.AUTHORITY);
/packages/apps/Email/provider_src/com/android/email/provider/
H A DEmailProvider.java413 return "content://" + EmailContent.AUTHORITY + "/" + type + ((id == -1) ? "" : ("/" + id));
876 // These can't be statically initialized because they depend on EmailContent.AUTHORITY
1081 INTEGRITY_CHECK_URI = Uri.parse("content://" + EmailContent.AUTHORITY +
1084 Uri.parse("content://" + EmailContent.AUTHORITY + "/accountBackup");
1086 Uri.parse("content://" + EmailContent.AUTHORITY + "/status");
1114 sURIMatcher.addURI(EmailContent.AUTHORITY, "account", ACCOUNT);
1117 sURIMatcher.addURI(EmailContent.AUTHORITY, "account/#", ACCOUNT_ID);
1118 sURIMatcher.addURI(EmailContent.AUTHORITY, "accountCheck/#", ACCOUNT_CHECK);
1121 sURIMatcher.addURI(EmailContent.AUTHORITY, "mailbox", MAILBOX);
1125 sURIMatcher.addURI(EmailContent.AUTHORITY, "mailbo
[all...]
/packages/apps/Email/provider_src/com/android/email/service/
H A DEmailBroadcastProcessorService.java191 removePeriodicSyncs(amAccount, EmailContent.AUTHORITY);
192 removePeriodicSyncs(amAccount, CalendarContract.AUTHORITY);
193 removePeriodicSyncs(amAccount, ContactsContract.AUTHORITY);
201 ContentResolver.addPeriodicSync(amAccount, EmailContent.AUTHORITY, Bundle.EMPTY,
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSettingsFragment.java350 ContentResolver.setSyncAutomatically(androidAcct, EmailContent.AUTHORITY,
354 ContentResolver.setSyncAutomatically(androidAcct, EmailContent.AUTHORITY,
368 ContentResolver.setSyncAutomatically(androidAcct, EmailContent.AUTHORITY,
374 ContentResolver.setSyncAutomatically(androidAcct, ContactsContract.AUTHORITY,
380 ContentResolver.setSyncAutomatically(androidAcct, CalendarContract.AUTHORITY,
694 EmailContent.AUTHORITY);
921 .getSyncAutomatically(androidAcct, ContactsContract.AUTHORITY));
929 .getSyncAutomatically(androidAcct, CalendarContract.AUTHORITY));
936 .getSyncAutomatically(androidAcct, EmailContent.AUTHORITY));
/packages/apps/Gallery2/src/com/android/photos/data/
H A DPhotoSetLoader.java63 private static final Uri GLOBAL_CONTENT_URI = Uri.parse("content://" + MediaStore.AUTHORITY + "/external/");
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
H A DEmlMessageLoaderTest.java52 resolver.addProvider(TestEmlProvider.AUTHORITY, mTestProvider);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DDictionaryPackInstallBroadcastReceiver.java91 if (DictionaryPackConstants.AUTHORITY.equals(info.authority)) {
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
H A DCommonDatabaseUtils.java89 resolver.applyBatch(ContactsContract.AUTHORITY, operations);

Completed in 2591 milliseconds

123456