Home
last modified time | relevance | path

Searched refs:AUTHORITY (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRecentsProvider.java54 private static final String AUTHORITY = "com.android.documentsui.recents"; field in RecentsProvider
66 sMatcher.addURI(AUTHORITY, "recent", URI_RECENT); in sMatcher.addURI() argument
68 sMatcher.addURI(AUTHORITY, "state/*/*/*", URI_STATE); in sMatcher.addURI() argument
70 sMatcher.addURI(AUTHORITY, "resume/*", URI_RESUME); in sMatcher.addURI() argument
84 public static final String AUTHORITY = "authority"; field in RecentsProvider.StateColumns
100 .authority(AUTHORITY).appendPath("recent").build(); in buildRecent()
104 return new Uri.Builder().scheme(ContentResolver.SCHEME_CONTENT).authority(AUTHORITY) in buildState()
111 .authority(AUTHORITY).appendPath("resume").appendPath(packageName).build(); in buildResume()
138 StateColumns.AUTHORITY + " TEXT," + in onCreate()
143 "PRIMARY KEY (" + StateColumns.AUTHORITY + ", " + StateColumns.ROOT_ID + ", " in onCreate()
[all …]
/frameworks/base/core/tests/coretests/src/android/provider/
DTestProvider.java25 final static String AUTHORITY = "android.provider.TestProvider"; field in TestProvider
30 setupSuggestions(AUTHORITY, MODE); in TestProvider()
DSearchRecentSuggestionsProviderTest.java43 super(TestProvider.class, TestProvider.AUTHORITY); in SearchRecentSuggestionsProviderTest()
56 TestProvider.AUTHORITY, TestProvider.MODE); in setUp()
379 String uriStr = "content://" + TestProvider.AUTHORITY + in getQueryCursor()
/frameworks/base/core/java/android/provider/
DUserDictionary.java35 public static final String AUTHORITY = "user_dictionary"; field in UserDictionary
41 Uri.parse("content://" + AUTHORITY);
54 Uri.parse("content://" + AUTHORITY + "/words");
DVoicemailContract.java71 public static final String AUTHORITY = "com.android.voicemail"; field in VoicemailContract
114 Uri.parse("content://" + AUTHORITY + "/voicemail");
209 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/status");
DCalendarContract.java158 public static final String AUTHORITY = "com.android.calendar"; field in CalendarContract
163 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
493 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
693 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/calendars");
856 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/attendees");
1276 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
1640 Uri.parse("content://" + AUTHORITY + "/events");
1648 Uri.parse("content://" + AUTHORITY + "/exception");
1796 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
1804 Uri.parse("content://" + AUTHORITY + "/instances/whenbyday");
[all …]
DCallLog.java37 public static final String AUTHORITY = "call_log"; field in CallLog
43 Uri.parse("content://" + AUTHORITY);
DBrowserContract.java46 public static final String AUTHORITY = "com.android.browser"; field in BrowserContract
49 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
DSettings.java812 public static final String AUTHORITY = "settings"; field in Settings
1010 Uri.parse("content://" + AUTHORITY + "/system");
2730 Uri.parse("content://" + AUTHORITY + "/secure");
4604 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/global");
6251 Uri.parse("content://" + AUTHORITY + "/bookmarks");
DMediaStore.java51 public static final String AUTHORITY = "media"; field in MediaStore
53 private static final String CONTENT_AUTHORITY_SLASH = "content://" + AUTHORITY + "/";
DContacts.java53 public static final String AUTHORITY = "contacts"; field in Contacts
60 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
DContactsContract.java116 public static final String AUTHORITY = "com.android.contacts"; field in ContactsContract
118 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportReceiver.java50 private static final String AUTHORITY = "com.android.shell"; field in BugreportReceiver
73 final Uri bugreportUri = FileProvider.getUriForFile(context, AUTHORITY, bugreportFile); in onReceive()
74 final Uri screenshotUri = FileProvider.getUriForFile(context, AUTHORITY, screenshotFile); in onReceive()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DMountReceiver.java28 .acquireContentProviderClient(ExternalStorageProvider.AUTHORITY); in onReceive()
DExternalStorageProvider.java57 public static final String AUTHORITY = "com.android.externalstorage.documents"; field in ExternalStorageProvider
163 .notifyChange(DocumentsContract.buildRootsUri(AUTHORITY), null, false); in updateVolumesLocked()
512 AUTHORITY, docId); in DirectoryCursor()
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
DSingleUserProvider.java27 static final String AUTHORITY = "com.google.android.test.activity.single_user"; field in SingleUserProvider
DActivityTestMain.java193 SingleUserProvider.AUTHORITY); in onCreateOptionsMenu()
/frameworks/base/media/java/android/media/
DRingtone.java116 if (Settings.AUTHORITY.equals(authority)) { in getTitle()
127 if (MediaStore.AUTHORITY.equals(authority)) { in getTitle()
/frameworks/base/docs/html/training/sync-adapters/
Drunning-sync-adapter.jd132 public static final String AUTHORITY = "com.example.android.datasync.provider"
163 ContentResolver.requestSync(ACCOUNT, AUTHORITY, null);
217 public static final String AUTHORITY = "com.example.android.datasync.provider";
253 ContentResolver.requestSync(ACCOUNT, AUTHORITY, null);
267 .authority(AUTHORITY)
320 public static final String AUTHORITY = "com.example.android.datasync.provider";
334 mResolver.setSyncAutomatically(ACCOUNT, AUTHORITY, true);
395 public static final String AUTHORITY = "com.example.android.datasync.provider";
421 AUTHORITY,
479 public static final String AUTHORITY =
[all …]
/frameworks/base/docs/html/guide/topics/search/
Dadding-recent-query-suggestions.jd114 public final static String AUTHORITY = "com.example.MySuggestionProvider";
118 setupSuggestions(AUTHORITY, MODE);
171 AUTHORITY} string in the above example).
201 MySuggestionProvider.AUTHORITY, MySuggestionProvider.MODE);
229 HelloSuggestionProvider.AUTHORITY, HelloSuggestionProvider.MODE);
/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntryCommitter.java84 ContactsContract.AUTHORITY, operationList); in pushIntoContentResolver()
DVCardComposer.java386 if (!ContactsContract.AUTHORITY.equals(contentUri.getAuthority())) { in init()
/frameworks/base/docs/html/training/beam-files/
Dreceive-files.jd241 {@link android.provider.MediaStore#AUTHORITY MediaStore.AUTHORITY}
278 if (!TextUtils.equals(beamUri.getAuthority(), MediaStore.AUTHORITY)) {
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java1025 if (authority.equals(MediaStore.AUTHORITY)) { in openFile()
1053 if (authority.equals(MediaStore.AUTHORITY)) { in openAssetFile()
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java181 if (Contacts.AUTHORITY.equals(authority)) { in getNumberFromIntent()
183 } else if (ContactsContract.AUTHORITY.equals(authority)) { in getNumberFromIntent()

12