Searched refs:AUTHORITY (Results 1 - 25 of 113) sorted by relevance

12345

/packages/apps/Email/emailcommon/src/com/android/emailcommon/
H A DCalendarProviderStub.java24 public static final String AUTHORITY = "com.android.calendar"; field in class:CalendarProviderStub
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherSettings.java101 LauncherProvider.AUTHORITY + "/" + LauncherProvider.TABLE_FAVORITES +
109 LauncherProvider.AUTHORITY + "/" + LauncherProvider.TABLE_FAVORITES +
121 return Uri.parse("content://" + LauncherProvider.AUTHORITY +
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
H A DTypedUriMatcherImplTest.java54 private final static String AUTHORITY = "authority"; field in class:TypedUriMatcherImplTest
55 private final static String BASE_URI = "scheme://" + AUTHORITY + "/";
64 new TypedUriMatcherImpl<TestUriType>(AUTHORITY, TestUriType.values());
/packages/apps/Email/src/com/android/email/service/
H A DEasAuthenticatorService.java78 ContentResolver.setIsSyncable(account, ContactsContract.AUTHORITY, 1);
79 ContentResolver.setSyncAutomatically(account, ContactsContract.AUTHORITY,
88 ContentResolver.setIsSyncable(account, CalendarProviderStub.AUTHORITY, 1);
89 ContentResolver.setSyncAutomatically(account, CalendarProviderStub.AUTHORITY,
98 ContentResolver.setIsSyncable(account, EmailContent.AUTHORITY, 1);
99 ContentResolver.setSyncAutomatically(account, EmailContent.AUTHORITY,
H A DPopImapAuthenticatorService.java75 ContentResolver.setIsSyncable(account, EmailContent.AUTHORITY, 1);
76 ContentResolver.setSyncAutomatically(account, EmailContent.AUTHORITY, syncEmail);
77 ContentResolver.setIsSyncable(account, ContactsContract.AUTHORITY, 0);
78 ContentResolver.setIsSyncable(account, CalendarProviderStub.AUTHORITY, 0);
/packages/apps/Browser/src/com/android/browser/homepages/
H A DHomeProvider.java37 public static final String AUTHORITY = "com.android.browser.home"; field in class:HomeProvider
38 public static final String MOST_VISITED = "content://" + AUTHORITY + "/";
92 if (AUTHORITY.equals(uri.getAuthority())) {
H A DRequestHandler.java49 sUriMatcher.addURI(HomeProvider.AUTHORITY, "/", INDEX);
50 sUriMatcher.addURI(HomeProvider.AUTHORITY, "res/*/*", RESOURCE);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLocaleChangeReceiver.java35 context.getContentResolver().acquireProvider(ContactsContract.AUTHORITY);
H A DPackageIntentReceiver.java38 context.getContentResolver().acquireProvider(ContactsContract.AUTHORITY);
/packages/apps/Contacts/src/com/android/contacts/util/
H A DContactLoaderUtils.java49 if (ContactsContract.AUTHORITY.equals(authority)) {
68 final String OBSOLETE_AUTHORITY = Contacts.AUTHORITY;
/packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/
H A DContactsMockContext.java49 mContentResolver.addProvider(ContactsContract.AUTHORITY, mContactsProvider);
53 mContentResolver.addProvider(Settings.AUTHORITY, mSettingsProvider);
/packages/apps/Exchange/src/com/android/exchange/
H A DCalendarSyncEnabler.java75 ContentResolver.setIsSyncable(account, CalendarContract.AUTHORITY, 1);
76 ContentResolver.setSyncAutomatically(account, CalendarContract.AUTHORITY, true);
/packages/apps/Exchange/tests/src/com/android/exchange/provider/
H A DMockProvider.java42 * ContentResolver.applyBatch(MockProvider.AUTHORITY, batch) will cause the CPOs to be executed,
65 public static final String AUTHORITY = "com.android.exchange.mock.provider"; field in class:MockProvider
92 return new Uri.Builder().scheme("content").authority(AUTHORITY)
120 Uri newUri = new Uri.Builder().scheme("content").authority(AUTHORITY).path(table)
127 sURIMatcher.addURI(AUTHORITY, table, TABLE);
128 sURIMatcher.addURI(AUTHORITY, table + "/#", RECORD);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DLegacyContactImporterPerformanceTest.java109 resolver.addProvider(ContactsContract.AUTHORITY, provider);
113 resolver.addProvider(CallLog.AUTHORITY, callLogProvider);
/packages/apps/Browser/src/com/android/browser/provider/
H A DSnapshotProvider.java57 public static final String AUTHORITY = "com.android.browser.snapshots"; field in class:SnapshotProvider
58 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
68 URI_MATCHER.addURI(AUTHORITY, "snapshots", SNAPSHOTS);
69 URI_MATCHER.addURI(AUTHORITY, "snapshots/#", SNAPSHOTS_ID);
/packages/apps/Email/tests/src/com/android/emailcommon/provider/
H A DQuickResponseTests.java36 super(EmailProvider.class, EmailContent.AUTHORITY);
/packages/apps/Exchange/tests/src/com/android/exchange/
H A DCalendarSyncEnablerTest.java63 ContentResolver.getSyncAutomatically(account, CalendarContract.AUTHORITY));
76 // Calendar.AUTHORITY is supported by other types of accounts.
81 ContentResolver.setSyncAutomatically(account, CalendarContract.AUTHORITY, state);
163 CalendarContract.AUTHORITY);
164 int syncable = ContentResolver.getIsSyncable(account, CalendarContract.AUTHORITY);
/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/UserDictionaryProvider/src/com/android/providers/userdictionary/
H A DUserDictionaryProvider.java44 private static final String AUTHORITY = UserDictionary.AUTHORITY; field in class:UserDictionaryProvider
245 sUriMatcher.addURI(AUTHORITY, "words", WORDS);
246 sUriMatcher.addURI(AUTHORITY, "words/#", WORD_ID);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalSource.java70 mUriMatcher.addURI(MediaStore.AUTHORITY,
72 mUriMatcher.addURI(MediaStore.AUTHORITY,
74 mUriMatcher.addURI(MediaStore.AUTHORITY,
76 mUriMatcher.addURI(MediaStore.AUTHORITY,
260 .acquireContentProviderClient(MediaStore.AUTHORITY);
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsSmsProvider.java204 private static final String AUTHORITY = "mms-sms"; field in class:MmsSmsProvider
207 URI_MATCHER.addURI(AUTHORITY, "conversations", URI_CONVERSATIONS);
208 URI_MATCHER.addURI(AUTHORITY, "complete-conversations", URI_COMPLETE_CONVERSATIONS);
212 AUTHORITY, "conversations/#", URI_CONVERSATIONS_MESSAGES);
214 AUTHORITY, "conversations/#/recipients",
218 AUTHORITY, "conversations/#/subject",
222 URI_MATCHER.addURI(AUTHORITY, "conversations/obsolete", URI_OBSOLETE_THREADS);
225 AUTHORITY, "messages/byphone/*",
231 URI_MATCHER.addURI(AUTHORITY, "threadID", URI_THREAD_ID);
234 URI_MATCHER.addURI(AUTHORITY, "canonica
[all...]
/packages/apps/Email/src/com/android/email/provider/
H A DEmailProvider.java95 Uri.parse("content://" + EmailContent.AUTHORITY + "/integrityCheck");
97 Uri.parse("content://" + EmailContent.AUTHORITY + "/accountBackup");
335 matcher.addURI(EmailContent.AUTHORITY, "account", ACCOUNT);
338 matcher.addURI(EmailContent.AUTHORITY, "account/#", ACCOUNT_ID);
339 matcher.addURI(EmailContent.AUTHORITY, "account/default", ACCOUNT_DEFAULT_ID);
343 matcher.addURI(EmailContent.AUTHORITY, "resetNewMessageCount",
345 matcher.addURI(EmailContent.AUTHORITY, "resetNewMessageCount/#",
349 matcher.addURI(EmailContent.AUTHORITY, "mailbox", MAILBOX);
353 matcher.addURI(EmailContent.AUTHORITY, "mailbox/#", MAILBOX_ID);
354 matcher.addURI(EmailContent.AUTHORITY, "mailboxIdFromAccountAndTyp
[all...]
/packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/
H A DGoogleSettingsContract.java35 public static final String AUTHORITY = "com.google.settings"; field in class:GoogleSettingsContract
185 Uri.parse("content://" + AUTHORITY + "/partner");
/packages/providers/ApplicationsProvider/src/com/android/providers/applications/
H A DApplicationsProvider.java129 matcher.addURI(Applications.AUTHORITY, SearchManager.SUGGEST_URI_PATH_QUERY,
131 matcher.addURI(Applications.AUTHORITY, SearchManager.SUGGEST_URI_PATH_QUERY + "/*",
133 matcher.addURI(Applications.AUTHORITY, SearchManager.SUGGEST_URI_PATH_SHORTCUT,
135 matcher.addURI(Applications.AUTHORITY, SearchManager.SUGGEST_URI_PATH_SHORTCUT + "/*",
137 matcher.addURI(Applications.AUTHORITY, Applications.SEARCH_PATH,
139 matcher.addURI(Applications.AUTHORITY, Applications.SEARCH_PATH + "/*",
451 "'content://" + Applications.AUTHORITY + "/applications/'"
470 "'content://" + Applications.AUTHORITY + "/applications/'"

Completed in 451 milliseconds

12345