Searched defs:CONTENT_URI (Results 1 - 25 of 33) sorted by relevance

12

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DQuickResponse.java31 public static Uri CONTENT_URI; field in class:QuickResponse
35 CONTENT_URI = Uri.parse(EmailContent.CONTENT_URI + "/quickresponse");
36 ACCOUNT_ID_URI = Uri.parse(EmailContent.CONTENT_URI + "/quickresponse/account");
H A DCredential.java21 public static Uri CONTENT_URI; field in class:Credential
26 CONTENT_URI = Uri.parse(EmailContent.CONTENT_URI + "/credential");
64 mBaseUri = CONTENT_URI;
69 mBaseUri = CONTENT_URI;
83 Credential.CONTENT_URI, CredentialQuery.PROJECTION, id);
88 mBaseUri = CONTENT_URI;
134 mBaseUri = CONTENT_URI;
H A DMessageMove.java29 public static Uri CONTENT_URI; field in class:MessageMove
106 CONTENT_URI = EmailContent.CONTENT_URI.buildUpon().appendEncodedPath(PATH).build();
121 final Cursor c = getCursor(cr, CONTENT_URI, ProjectionMoveQuery.PROJECTION, accountId);
179 deleteRowsForMessages(cr, CONTENT_URI, unmovedMessages, unmovedMessagesCount);
195 deleteRowsForMessages(cr, CONTENT_URI, messageKeys, count);
206 retryMessages(cr, CONTENT_URI, messageKeys, count);
217 failMessages(cr, CONTENT_URI, messageKeys, count);
230 final Cursor moveCursor = cr.query(CONTENT_URI, ProjectionLastSyncedMailboxQuery.PROJECTION,
247 EmailContent.Message.CONTENT_URI, messageI
[all...]
H A DMessageStateChange.java28 public static Uri CONTENT_URI; field in class:MessageStateChange
99 CONTENT_URI = EmailContent.CONTENT_URI.buildUpon().appendEncodedPath(PATH).build();
115 final Cursor c = getCursor(cr, CONTENT_URI, ProjectionChangeQuery.PROJECTION, accountId);
186 deleteRowsForMessages(cr, CONTENT_URI, unchangedMessages, unchangedMessagesCount);
227 deleteRowsForMessages(cr, CONTENT_URI, messageKeys, count);
238 retryMessages(cr, CONTENT_URI, messageKeys, count);
H A DHostAuth.java40 public static Uri CONTENT_URI; field in class:HostAuth
43 CONTENT_URI = Uri.parse(EmailContent.CONTENT_URI + "/hostauth");
98 mBaseUri = CONTENT_URI;
111 HostAuth.CONTENT_URI, HostAuth.CONTENT_PROJECTION, id);
223 mBaseUri = CONTENT_URI;
461 mBaseUri = CONTENT_URI;
H A DPolicy.java44 public static Uri CONTENT_URI; field in class:Policy
47 CONTENT_URI = Uri.parse(EmailContent.CONTENT_URI + "/policy");
131 mBaseUri = CONTENT_URI;
143 return EmailContent.restoreContentWithId(context, Policy.class, Policy.CONTENT_URI,
149 return Policy.CONTENT_URI;
153 return Utility.getFirstRowLong(context, Account.CONTENT_URI, Account.ID_PROJECTION,
194 Cursor c = resolver.query(Attachment.CONTENT_URI, ATTACHMENT_RESET_PROJECTION,
215 resolver.update(ContentUris.withAppendedId(Attachment.CONTENT_URI, id),
309 mBaseUri = CONTENT_URI;
[all...]
/packages/apps/Camera2/src/com/android/camera/data/
H A DPhotoDataQuery.java27 public static final Uri CONTENT_URI = MediaStore.Images.Media.EXTERNAL_CONTENT_URI; field in class:PhotoDataQuery
H A DVideoDataQuery.java23 public static final Uri CONTENT_URI = MediaStore.Video.Media.EXTERNAL_CONTENT_URI; field in class:VideoDataQuery
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DMmsFileProvider.java47 static final Uri CONTENT_URI = Uri.parse("content://com.android.bluetooth.map.MmsFileProvider"); field in class:MmsFileProvider
97 Uri messageUri = Mms.CONTENT_URI.buildUpon().appendEncodedPath(idStr).build();
/packages/apps/Messaging/src/com/android/messaging/sms/
H A DMmsSmsUtils.java140 public static final Uri CONTENT_URI = Uri.withAppendedPath( field in class:MmsSmsUtils.Threads
141 android.provider.Telephony.MmsSms.CONTENT_URI, "conversations");
/packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
H A DPartnerBookmarksContract.java71 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "bookmarks"); field in class:PartnerBookmarksContract.Bookmarks
77 Uri.withAppendedPath(CONTENT_URI, "folder");
88 * The MIME type of {@link #CONTENT_URI} providing a directory of bookmarks.
93 * The MIME type of a {@link #CONTENT_URI} of a single bookmark.
/packages/apps/DeskClock/src/com/android/deskclock/provider/
H A DClockContract.java95 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/alarms"); field in interface:ClockContract.AlarmsColumns
137 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/instances"); field in interface:ClockContract.InstancesColumns
264 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/cities"); field in interface:ClockContract.CitiesColumns
/packages/apps/FMRadio/src/com/android/fmradio/
H A DFmStation.java54 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/" + STATION); field in class:FmStation.Station
98 context.getContentResolver().insert(Station.CONTENT_URI, values);
117 context.getContentResolver().insert(Station.CONTENT_URI, values);
127 context.getContentResolver().insert(Station.CONTENT_URI, values);
142 Station.CONTENT_URI,
157 Station.CONTENT_URI,
171 Station.CONTENT_URI,
189 Station.CONTENT_URI,
245 Station.CONTENT_URI,
278 Station.CONTENT_URI,
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/provider/
H A DSharedImageProvider.java39 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/image"); field in class:SharedImageProvider
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DLocalPhotoSource.java50 private static final Uri CONTENT_URI = Media.EXTERNAL_CONTENT_URI; field in class:LocalPhotoSource
78 .registerContentObserver(CONTENT_URI, true, mContentObserver);
89 return CONTENT_URI.buildUpon()
125 CONTENT_URI, COUNT_PROJECTION, SELECTION, null, null);
145 CONTENT_URI, COUNT_PROJECTION,
171 CONTENT_URI, PROJECTION, SELECTION, null, ORDER);
/packages/apps/Gallery2/src/com/android/photos/data/
H A DPhotoSetLoader.java38 private static final Uri CONTENT_URI = Files.getContentUri("external"); field in class:PhotoSetLoader
67 super(context, CONTENT_URI, PROJECTION, SELECTION, null, SORT_ORDER);
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DConversationImagePartsView.java41 + DatabaseHelper.PARTS_TABLE + '.' + PartColumns.CONTENT_URI
45 + DatabaseHelper.PARTS_TABLE + '.' + PartColumns.CONTENT_URI
46 + " as " + Columns.CONTENT_URI + ", "
80 static final String CONTENT_URI = PhotoViewColumns.CONTENT_URI; field in class:ConversationImagePartsView.Columns
93 PhotoViewColumns.CONTENT_URI,
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothShare.java56 public static final Uri CONTENT_URI = Uri.parse("content://com.android.bluetooth.opp/btopp"); field in class:BluetoothShare
/packages/apps/Browser/src/com/android/browser/provider/
H A DSnapshotProvider.java39 public static final Uri CONTENT_URI = Uri.withAppendedPath( field in interface:SnapshotProvider.Snapshots
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastContentProvider.java49 static final Uri CONTENT_URI = Uri.parse("content://cellbroadcasts/"); field in class:CellBroadcastContentProvider
124 c.setNotificationUri(getContext().getContentResolver(), CONTENT_URI);
313 mContentResolver.notifyChange(CONTENT_URI, null, false);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherSettings.java100 static final Uri CONTENT_URI = Uri.parse("content://" + field in class:LauncherSettings.Favorites
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherSettings.java116 static final Uri CONTENT_URI = Uri.parse("content://" + field in class:LauncherSettings.WorkspaceScreens
136 public static final Uri CONTENT_URI = Uri.parse("content://" + field in class:LauncherSettings.Favorites
319 public static final Uri CONTENT_URI = Uri.parse("content://" + field in class:LauncherSettings.Settings
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapEmailProvider.java58 private Uri CONTENT_URI = null; field in class:BluetoothMapEmailProvider
82 * @return the CONTENT_URI exposed. This will be used to send out notifications.
H A DBluetoothMapIMProvider.java58 private Uri CONTENT_URI = null; field in class:BluetoothMapIMProvider
63 * @return the CONTENT_URI exposed. This will be used to send out notifications.
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DDictionaryProvider.java53 public static final Uri CONTENT_URI = field in class:DictionaryProvider

Completed in 829 milliseconds

12