/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | RecentsProvider.java | 54 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/ |
D | TestProvider.java | 25 final static String AUTHORITY = "android.provider.TestProvider"; field in TestProvider 30 setupSuggestions(AUTHORITY, MODE); in TestProvider()
|
D | SearchRecentSuggestionsProviderTest.java | 43 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/ |
D | UserDictionary.java | 35 public static final String AUTHORITY = "user_dictionary"; field in UserDictionary 41 Uri.parse("content://" + AUTHORITY); 54 Uri.parse("content://" + AUTHORITY + "/words");
|
D | VoicemailContract.java | 71 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");
|
D | CalendarContract.java | 158 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 …]
|
D | CallLog.java | 37 public static final String AUTHORITY = "call_log"; field in CallLog 43 Uri.parse("content://" + AUTHORITY);
|
D | BrowserContract.java | 46 public static final String AUTHORITY = "com.android.browser"; field in BrowserContract 49 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
|
D | Settings.java | 812 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");
|
D | MediaStore.java | 51 public static final String AUTHORITY = "media"; field in MediaStore 53 private static final String CONTENT_AUTHORITY_SLASH = "content://" + AUTHORITY + "/";
|
D | Contacts.java | 53 public static final String AUTHORITY = "contacts"; field in Contacts 60 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
|
D | ContactsContract.java | 116 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/ |
D | BugreportReceiver.java | 50 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/ |
D | MountReceiver.java | 28 .acquireContentProviderClient(ExternalStorageProvider.AUTHORITY); in onReceive()
|
D | ExternalStorageProvider.java | 57 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/ |
D | SingleUserProvider.java | 27 static final String AUTHORITY = "com.google.android.test.activity.single_user"; field in SingleUserProvider
|
D | ActivityTestMain.java | 193 SingleUserProvider.AUTHORITY); in onCreateOptionsMenu()
|
/frameworks/base/media/java/android/media/ |
D | Ringtone.java | 116 if (Settings.AUTHORITY.equals(authority)) { in getTitle() 127 if (MediaStore.AUTHORITY.equals(authority)) { in getTitle()
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | running-sync-adapter.jd | 132 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/ |
D | adding-recent-query-suggestions.jd | 114 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/ |
D | VCardEntryCommitter.java | 84 ContactsContract.AUTHORITY, operationList); in pushIntoContentResolver()
|
D | VCardComposer.java | 386 if (!ContactsContract.AUTHORITY.equals(contentUri.getAuthority())) { in init()
|
/frameworks/base/docs/html/training/beam-files/ |
D | receive-files.jd | 241 {@link android.provider.MediaStore#AUTHORITY MediaStore.AUTHORITY} 278 if (!TextUtils.equals(beamUri.getAuthority(), MediaStore.AUTHORITY)) {
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProvider.java | 1025 if (authority.equals(MediaStore.AUTHORITY)) { in openFile() 1053 if (authority.equals(MediaStore.AUTHORITY)) { in openAssetFile()
|
/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberUtils.java | 181 if (Contacts.AUTHORITY.equals(authority)) { in getNumberFromIntent() 183 } else if (ContactsContract.AUTHORITY.equals(authority)) { in getNumberFromIntent()
|