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

12

/frameworks/base/core/tests/coretests/src/android/provider/
H A DTestProvider.java25 final static String AUTHORITY = "android.provider.TestProvider"; field in class:TestProvider
30 setupSuggestions(AUTHORITY, MODE);
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
H A DRecentSuggestionsProvider.java22 public final static String AUTHORITY = "com.example.android.supportv7.RecentSuggestionsProvider"; field in class:RecentSuggestionsProvider
26 setupSuggestions(AUTHORITY, MODE);
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
H A DRecentSuggestionsProvider.java22 public final static String AUTHORITY = "com.example.android.supportv7.RecentSuggestionsProvider"; field in class:RecentSuggestionsProvider
26 setupSuggestions(AUTHORITY, MODE);
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/content/
H A DFileProviderExample.java38 private static final String AUTHORITY = "com.example.android.supportv4.my_files"; field in class:FileProviderExample
54 final Uri uri = FileProvider.getUriForFile(this, AUTHORITY, file);
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/content/
H A DFileProviderExample.java38 private static final String AUTHORITY = "com.example.android.supportv4.my_files"; field in class:FileProviderExample
54 final Uri uri = FileProvider.getUriForFile(this, AUTHORITY, file);
/frameworks/base/core/java/android/provider/
H A DUserDictionary.java38 public static final String AUTHORITY = "user_dictionary"; field in class:UserDictionary
44 Uri.parse("content://" + AUTHORITY);
57 Uri.parse("content://" + AUTHORITY + "/words");
H A DBlockedNumberContract.java149 public static final String AUTHORITY = "com.android.blockednumber"; field in class:BlockedNumberContract
152 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
H A DVoicemailContract.java79 public static final String AUTHORITY = "com.android.voicemail"; field in class:VoicemailContract
190 Uri.parse("content://" + AUTHORITY + "/voicemail");
407 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/status");
H A DBrowserContract.java46 public static final String AUTHORITY = "com.android.browser"; field in class:BrowserContract
49 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
H A DCallLog.java55 public static final String AUTHORITY = "call_log"; field in class:CallLog
61 Uri.parse("content://" + AUTHORITY);
H A DContacts.java52 public static final String AUTHORITY = "contacts"; field in class:Contacts
59 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/
H A DAbstractJobTest.java44 static String AUTHORITY = StubProvider.DEFAULT_AUTHORITY; field in class:AbstractJobTest
66 mClient = mResolver.acquireContentProviderClient(AUTHORITY);
67 mDocs = new DocumentsProviderHelper(AUTHORITY, mClient);
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DSingleUserProvider.java27 static final String AUTHORITY = "com.google.android.test.activity.single_user"; field in class:SingleUserProvider
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
H A DModelBackedDocumentsAdapterTest.java34 private static final String AUTHORITY = "test_authority"; field in class:ModelBackedDocumentsAdapterTest
53 final Context testContext = TestContext.createStorageTestContext(getContext(), AUTHORITY);
54 mModel = new TestModel(AUTHORITY);
H A DModelTest.java48 private static final String AUTHORITY = "test_authority"; field in class:ModelTest
86 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY);
230 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY);
282 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY);
290 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY);
320 resolver.addProvider(AUTHORITY, provider);
H A DSectionBreakDocumentsAdapterWrapperTest.java35 private static final String AUTHORITY = "test_authority"; field in class:SectionBreakDocumentsAdapterWrapperTest
54 final Context testContext = TestContext.createStorageTestContext(getContext(), AUTHORITY);
57 mModel = new TestModel(AUTHORITY);
72 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY);
97 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY);
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportStorageProvider.java37 private static final String AUTHORITY = "com.android.shell.documents"; field in class:BugreportStorageProvider
141 return DocumentsContract.buildChildDocumentsUri(AUTHORITY, DOC_ID_ROOT);
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
H A DBrowserService.java73 public static final String AUTHORITY = "com.example.android.automotive.musicplayer"; field in class:BrowserService
74 public static final Uri BASE_URI = Uri.parse("content://" + AUTHORITY);
86 sUriMatcher.addURI(AUTHORITY, BROWSE_ROOT_BASE_PATH, BROWSE_ROOT);
87 sUriMatcher.addURI(AUTHORITY, NOW_PLAYING_PATH, NOW_PLAYING);
88 sUriMatcher.addURI(AUTHORITY, PIANO_BASE_PATH, PIANO);
89 sUriMatcher.addURI(AUTHORITY, VOICE_BASE_PATH, VOICE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHbpcdLookup.java26 public static final String AUTHORITY = "hbpcd_lookup"; field in class:HbpcdLookup
29 Uri.parse("content://" + AUTHORITY);
47 Uri.parse("content://" + AUTHORITY + "/" + PATH_MCC_IDD);
60 Uri.parse("content://" + AUTHORITY + "/" + PATH_MCC_LOOKUP_TABLE);
80 Uri.parse("content://" + AUTHORITY + "/" + PATH_MCC_SID_CONFLICT);
93 Uri.parse("content://" + AUTHORITY + "/" + PATH_MCC_SID_RANGE);
106 Uri.parse("content://" + AUTHORITY + "/" + PATH_ARBITRARY_MCC_SID_MATCH);
119 Uri.parse("content://" + AUTHORITY + "/" + PATH_NANP_AREA_CODE);
/frameworks/support/documents-archive/tests/src/android/support/provider/
H A DStubProvider.java40 public static final String AUTHORITY = "android.support.provider.tests.mystubprovider"; field in class:StubProvider
43 public static final Uri NOTIFY_URI = DocumentsContract.buildRootsUri(AUTHORITY);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRecentsProvider.java56 private static final String AUTHORITY = "com.android.documentsui.recents"; field in class:RecentsProvider
68 sMatcher.addURI(AUTHORITY, "recent", URI_RECENT);
70 sMatcher.addURI(AUTHORITY, "state/*/*/*", URI_STATE);
72 sMatcher.addURI(AUTHORITY, "resume/*", URI_RESUME);
86 public static final String AUTHORITY = "authority"; field in class:RecentsProvider.StateColumns
105 .authority(AUTHORITY).appendPath("recent").build();
109 return new Uri.Builder().scheme(ContentResolver.SCHEME_CONTENT).authority(AUTHORITY)
116 .authority(AUTHORITY).appendPath("resume").appendPath(packageName).build();
143 StateColumns.AUTHORITY + " TEXT," +
148 "PRIMARY KEY (" + StateColumns.AUTHORITY
[all...]
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderThrottleSupport.java66 public static final String AUTHORITY = "com.example.android.apis.supportv4.app.LoaderThrottle"; field in class:LoaderThrottleSupport
84 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/main");
91 = Uri.parse("content://" + AUTHORITY + "/main/");
188 mUriMatcher.addURI(AUTHORITY, MainTable.TABLE_NAME, MAIN);
189 mUriMatcher.addURI(AUTHORITY, MainTable.TABLE_NAME + "/#", MAIN_ID);
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderThrottleSupport.java66 public static final String AUTHORITY = "com.example.android.apis.supportv4.app.LoaderThrottle"; field in class:LoaderThrottleSupport
84 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/main");
91 = Uri.parse("content://" + AUTHORITY + "/main/");
188 mUriMatcher.addURI(AUTHORITY, MainTable.TABLE_NAME, MAIN);
189 mUriMatcher.addURI(AUTHORITY, MainTable.TABLE_NAME + "/#", MAIN_ID);
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java70 public static final String AUTHORITY = "com.android.externalstorage.documents"; field in class:ExternalStorageProvider
73 new Uri.Builder().scheme(ContentResolver.SCHEME_CONTENT).authority(AUTHORITY).build();
780 AUTHORITY, docId);
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDocumentsProvider.java63 static final String AUTHORITY = "com.android.mtp.documents"; field in class:MtpDocumentsProvider
183 mResolver, DocumentsContract.buildRootsUri(MtpDocumentsProvider.AUTHORITY));
508 DocumentsContract.buildChildDocumentsUri(AUTHORITY, parentDocumentId),

Completed in 702 milliseconds

12