Searched defs:AUTHORITY (Results 1 - 25 of 31) sorted by relevance

12

/packages/apps/Gallery2/src_pd/com/android/photos/data/
H A DPhotoProviderAuthority.java20 public static final String AUTHORITY = "com.android.gallery3d.photoprovider"; field in interface:PhotoProviderAuthority
/packages/apps/Launcher3/src/com/android/launcher3/config/
H A DProviderConfig.java21 public static final String AUTHORITY = "com.android.launcher3.settings"; field in class:ProviderConfig
/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/dictionarypack/
H A DDictionaryPackConstants.java37 public static final String AUTHORITY = DICTIONARY_DOMAIN; field in class:DictionaryPackConstants
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/database/
H A DNoNullCursorAsyncQueryHandlerTest.java35 private static final String AUTHORITY = "com.android.contacts.common.unittest"; field in class:NoNullCursorAsyncQueryHandlerTest
36 private static final Uri URI = Uri.parse("content://" + AUTHORITY);
52 mMockContentResolver.addProvider(AUTHORITY, mMockContentProvider);
/packages/apps/Browser/src/com/android/browser/homepages/
H A DHomeProvider.java40 public static final String AUTHORITY = "com.android.browser.home"; field in class:HomeProvider
41 public static final String MOST_VISITED = "content://" + AUTHORITY + "/";
95 if (AUTHORITY.equals(uri.getAuthority())) {
/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,
68 public static final String AUTHORITY = "com.android.exchange.mock.provider"; field in class:MockProvider
95 return new Uri.Builder().scheme("content").authority(AUTHORITY)
123 Uri newUri = new Uri.Builder().scheme("content").authority(AUTHORITY).path(table)
130 sURIMatcher.addURI(AUTHORITY, table, TABLE);
131 sURIMatcher.addURI(AUTHORITY, table + "/#", RECORD);
/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/apps/UnifiedEmail/tests/src/com/android/mail/browse/
H A DTestProvider.java46 * ContentResolver.applyBatch(MockProvider.AUTHORITY, batch) will cause the CPOs to be executed,
66 public static final String AUTHORITY = "com.android.mail.mock.provider"; field in class:TestProvider
95 return new Uri.Builder().scheme("content").authority(AUTHORITY)
123 Uri newUri = new Uri.Builder().scheme("content").authority(AUTHORITY).path(table)
130 sURIMatcher.addURI(AUTHORITY, table, TABLE);
131 sURIMatcher.addURI(AUTHORITY, table + "/#", RECORD);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
H A DDumpFileProvider.java36 public static final String AUTHORITY = "com.android.contacts.dumpfile"; field in class:DumpFileProvider
37 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
H A DTypedUriMatcherImplTest.java51 private final static String AUTHORITY = "authority"; field in class:TypedUriMatcherImplTest
52 private final static String BASE_URI = "scheme://" + AUTHORITY + "/";
61 new TypedUriMatcherImpl<TestUriType>(AUTHORITY, TestUriType.values());
/packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
H A DPartnerBookmarksContract.java42 public static final String AUTHORITY = "com.android.partnerbookmarks"; field in class:PartnerBookmarksContract
45 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
/packages/apps/DeskClock/src/com/android/deskclock/provider/
H A DClockContract.java44 public static final String AUTHORITY = "com.android.deskclock"; field in class:ClockContract
95 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/alarms");
137 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/instances");
259 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/cities");
/packages/apps/FMRadio/src/com/android/fmradio/
H A DFmStation.java35 public static final String AUTHORITY = "com.android.fmradio"; field in class:FmStation
54 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/" + STATION);
/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/Gallery2/src/com/android/gallery3d/provider/
H A DGalleryProvider.java47 public static final String AUTHORITY = "com.android.gallery3d.provider"; field in class:GalleryProvider
48 public static final Uri BASE_URI = Uri.parse("content://" + 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/apps/Browser/src/com/android/browser/provider/
H A DSnapshotProvider.java54 public static final String AUTHORITY = "com.android.browser.snapshots"; field in class:SnapshotProvider
55 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
67 URI_MATCHER.addURI(AUTHORITY, "snapshots", SNAPSHOTS);
68 URI_MATCHER.addURI(AUTHORITY, "snapshots/#", SNAPSHOTS_ID);
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
H A DMockUiProvider.java57 public static final String AUTHORITY = "com.android.mail.mockprovider"; field in class:MockUiProvider
62 private static final Uri MOCK_ACCOUNTS_URI = Uri.parse("content://" + AUTHORITY + "/accounts");
389 return "content://" + AUTHORITY + "/account/" + accountId;
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadStorageProvider.java52 private static final String AUTHORITY = Constants.STORAGE_AUTHORITY; field in class:DownloadStorageProvider
88 final Uri uri = DocumentsContract.buildDocumentUri(AUTHORITY, Long.toString(id));
/packages/apps/Calendar/tests/src/com/android/calendar/
H A DAsyncQueryServiceTest.java61 private static final String AUTHORITY = "AsyncQueryAuthority"; field in class:AsyncQueryServiceTest
228 work[index].authority = AUTHORITY;
437 mResolver.addProvider(AUTHORITY, provider);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherProvider.java73 static final String AUTHORITY = "com.android.launcher2.settings"; field in class:LauncherProvider
91 Uri.parse("content://" + AUTHORITY + "/appWidgetReset");
348 final Uri uri = Uri.parse("content://" + Settings.AUTHORITY +
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherProvider.java67 static final String AUTHORITY = ProviderConfig.AUTHORITY; field in class:LauncherProvider
90 Uri.parse("content://" + AUTHORITY + "/appWidgetReset");
475 Uri uri = Uri.parse("content://" + Settings.AUTHORITY +
/packages/apps/Mms/src/com/android/mms/
H A DSuggestionsProvider.java41 final static String AUTHORITY = "com.android.mms.SuggestionsProvider"; field in class:SuggestionsProvider
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaDocumentsProvider.java65 private static final String AUTHORITY = "com.android.providers.media.documents"; field in class:MediaDocumentsProvider
116 .notifyChange(DocumentsContract.buildRootsUri(AUTHORITY), null, false);
146 AUTHORITY, getDocIdForIdent(TYPE_IMAGE, id));
150 AUTHORITY, getDocIdForIdent(TYPE_VIDEO, id));
154 AUTHORITY, getDocIdForIdent(TYPE_AUDIO, id));
/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...]

Completed in 712 milliseconds

12