HomeSort by relevance Sort by last modified time
    Searched defs:CONTENT_URI (Results 1 - 25 of 59) sorted by null

1 2 3

  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
ExportTestResolver.java 27 addProvider(RawContacts.CONTENT_URI.getAuthority(), mProvider);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLiveFolder.java 47 public static final Uri CONTENT_URI = Uri
58 setResult(RESULT_OK, createLiveFolder(this, CONTENT_URI, this
73 Constants.ACTION_OPEN, BluetoothShare.CONTENT_URI));
BluetoothShare.java 56 public static final Uri CONTENT_URI = Uri.parse("content://com.android.bluetooth.opp/btopp");
  /frameworks/base/core/java/android/provider/
Applications.java 41 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
77 Uri searchUri = CONTENT_URI.buildUpon().appendPath(SEARCH_PATH).appendPath(query).build();
111 return Applications.CONTENT_URI.buildUpon()
SocialContract.java 157 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "activities");
164 Uri.withAppendedPath(CONTENT_URI, "authored_by");
175 * The MIME type of {@link #CONTENT_URI} providing a directory of social
181 * The MIME type of a {@link #CONTENT_URI} subdirectory of a single
UserDictionary.java 40 public static final Uri CONTENT_URI =
50 public static final Uri CONTENT_URI =
54 * The MIME type of {@link #CONTENT_URI} providing a directory of words.
59 * The MIME type of a {@link #CONTENT_URI} sub-directory of a single word.
133 Uri result = resolver.insert(CONTENT_URI, values);
CallLog.java 41 public static final Uri CONTENT_URI =
51 public static final Uri CONTENT_URI =
79 public static final Uri CONTENT_URI_WITH_VOICEMAIL = CONTENT_URI.buildUpon()
89 * The MIME type of {@link #CONTENT_URI} and {@link #CONTENT_FILTER_URI}
95 * The MIME type of a {@link #CONTENT_URI} sub-directory of a single
308 cursor = resolver.query(Phone.CONTENT_URI,
315 cursor = resolver.query(Phone.CONTENT_URI,
338 Uri result = resolver.insert(CONTENT_URI, values);
356 CONTENT_URI,
372 resolver.delete(CONTENT_URI, "_id IN "
    [all...]
DrmStore.java 86 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/images");
91 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/audio");
154 contentUri = DrmStore.Audio.CONTENT_URI;
156 contentUri = DrmStore.Images.CONTENT_URI;
VoicemailContract.java 113 public static final Uri CONTENT_URI =
201 return Voicemails.CONTENT_URI.buildUpon()
209 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/status");
312 return Status.CONTENT_URI.buildUpon()
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerListHelper.java 50 Cursor cursor = mActivity.managedQuery(TrackerProvider.CONTENT_URI,
56 TrackerProvider.CONTENT_URI);
TrackerProvider.java 37 public static final Uri CONTENT_URI = Uri
103 Uri addedUri = ContentUris.withAppendedId(CONTENT_URI, rowId);
  /development/samples/NotePad/src/com/example/android/notepad/
NotePad.java 84 public static final Uri CONTENT_URI = Uri.parse(SCHEME + AUTHORITY + PATH_NOTES);
111 * The MIME type of {@link #CONTENT_URI} providing a directory of notes.
116 * The MIME type of a {@link #CONTENT_URI} sub-directory of a single
  /development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
WeatherDataProvider.java 52 public static final Uri CONTENT_URI =
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssContentProvider.java 56 public static final Uri CONTENT_URI = Uri.parse( "content://my_rss_item/rssitem");
186 Uri newUri = CONTENT_URI.addId(rowId);
189 getContext().getContentResolver().notifyInsert(CONTENT_URI, null);
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryProvider.java 35 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/dictionary");
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
QuickResponse.java 40 public static final Uri CONTENT_URI = Uri.parse(EmailContent.CONTENT_URI
43 EmailContent.CONTENT_URI + "/quickresponse/account");
68 mBaseUri = CONTENT_URI;
78 mBaseUri = CONTENT_URI;
88 mBaseUri = CONTENT_URI;
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherSettings.java 100 static final Uri CONTENT_URI = Uri.parse("content://" +
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailStatusTable.java 95 c.setNotificationUri(mContext.getContentResolver(), Status.CONTENT_URI);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsProvider.java 37 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
39 Uri.withAppendedPath(CONTENT_URI, RESULTS_PATH);
  /cts/tests/src/android/content/cts/
DummyProvider.java 52 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
53 public static final Uri CONTENT_URI_MOCK_OPERATION = Uri.withAppendedPath(CONTENT_URI,
  /packages/apps/Browser/src/com/android/browser/provider/
SnapshotProvider.java 45 public static final Uri CONTENT_URI = Uri.withAppendedPath(
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 37 public static final Uri CONTENT_URI = Uri.parse( "content://" + AUTHORITY);
127 return CONTENT_URI.buildUpon()
136 return CONTENT_URI.buildUpon()
323 Cursor c = context.getContentResolver().query(Message.CONTENT_URI,
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
LocalPhotoSource.java 49 private static final Uri CONTENT_URI = Media.EXTERNAL_CONTENT_URI;
77 .registerContentObserver(CONTENT_URI, true, mContentObserver);
87 return CONTENT_URI.buildUpon()
123 CONTENT_URI, COUNT_PROJECTION, SELECTION, null, null);
143 CONTENT_URI, COUNT_PROJECTION,
168 CONTENT_URI, PROJECTION, SELECTION, null, ORDER);
  /packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/
GoogleSettingsContract.java 87 c = resolver.query(CONTENT_URI, new String[] { NameValueTable.VALUE },
92 Log.e(TAG, "Can't get key " + name + " from " + CONTENT_URI, e);
124 return putString(resolver, CONTENT_URI, name, value);
178 return getUriFor(CONTENT_URI, name);
184 public static final Uri CONTENT_URI =
Gservices.java 44 public final static Uri CONTENT_URI =
70 cr.registerContentObserver(CONTENT_URI, true,
101 Cursor cursor = sResolver.query(CONTENT_URI, null, null, new String[]{ key }, null);

Completed in 575 milliseconds

1 2 3