Searched defs:URI (Results 1 - 12 of 12) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
H A DContactUtil.java31 private static final Uri URI = ContactsContract.Contacts.CONTENT_URI; field in class:ContactUtil
35 Uri uri = ContentUris.withAppendedId(URI, contactId);
40 Uri uri = ContentUris.withAppendedId(URI, contactId);
48 Uri uri = ContentUris.withAppendedId(URI, contactId);
H A DDataUtil.java31 private static final Uri URI = ContactsContract.Data.CONTENT_URI; field in class:DataUtil
34 Uri uri = ContentUris.withAppendedId(URI, dataId);
39 Uri uri = ContentUris.withAppendedId(URI, dataId);
H A DDeletedContactUtil.java33 private static final Uri URI = DeletedContacts.CONTENT_URI; field in class:DeletedContactUtil
39 Uri uri = ContentUris.withAppendedId(URI, contactId);
51 Cursor cursor = resolver.query(URI, projection, null, null, null);
65 Cursor cursor = resolver.query(URI, projection, null, null, null);
78 Cursor cursor = resolver.query(URI, projection, selection, args, null);
H A DRawContactUtil.java35 private static final Uri URI = ContactsContract.RawContacts.CONTENT_URI; field in class:RawContactUtil
39 Uri uri = ContentUris.withAppendedId(URI, rawContactId);
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/database/
H A DNoNullCursorAsyncQueryHandlerTest.java36 private static final Uri URI = Uri.parse("content://" + AUTHORITY); field in class:NoNullCursorAsyncQueryHandlerTest
76 handler.startQuery(1, null, URI, PROJECTION, null, null, null);
103 handler.startQuery(1, cookie, URI, PROJECTION, null, null, null);
130 handler.startQuery(1, cookie, URI, PROJECTION, null, null, null);
/packages/apps/Mms/src/com/android/mms/transaction/
H A DTransactionBundle.java59 * Key of the URI.
64 public static final String URI = "uri"; field in class:TransactionBundle
87 * @param uri The relevant URI for this transaction. Indicates the URL of the
94 mBundle.putString(URI, uri);
130 return mBundle.getString(URI);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DDirectoryListLoader.java45 public static final Uri URI = Directory.CONTENT_URI; field in class:DirectoryListLoader.DirectoryQuery
148 Cursor cursor = context.getContentResolver().query(DirectoryQuery.URI,
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherSettings.java221 * The URI associated with the favorite. It is used, for instance, by
225 static final String URI = "uri"; field in class:LauncherSettings.Favorites
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothShare.java54 * The content:// URI for the data table in the provider
78 * The name of the column containing the URI of the file being
87 public static final String URI = "uri"; field in class:BluetoothShare
347 * requests with unknown/unsupported URI schemes.
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherSettings.java264 * The URI associated with the favorite. It is used, for instance, by
268 static final String URI = "uri"; field in class:LauncherSettings.Favorites
/packages/apps/Dialer/src/com/android/dialer/database/
H A DDialerDatabaseHelper.java124 static final Uri URI = Phone.CONTENT_URI.buildUpon(). field in interface:DialerDatabaseHelper.PhoneQuery
169 static final Uri URI = ContactsContract.DeletedContacts.CONTENT_URI; field in interface:DialerDatabaseHelper.DeleteContactQuery
509 DeleteContactQuery.URI,
733 final Cursor updatedContactCursor = mContext.getContentResolver().query(PhoneQuery.URI,
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DUIProvider.java137 .put(AccountColumns.URI, String.class)
341 public static final String URI = "accountUri"; field in class:UIProvider.AccountColumns
448 * URI for location of recent folders viewed on this account.
452 * URI for default recent folders for this account, if any.
460 * URI for forcing a manual sync of this account.
464 * Optional URI of this account for proxying view intents.
468 * Optional URI for querying for the cookie needed for accessing inline content. The cookie
476 * URI to be used with an update() ContentResolver call with a {@link ContentValues} object
490 * URI for querying this account's quick responses
561 * String containing the URI fo
623 public static final String URI = "uri"; field in class:UIProvider.QuickResponseColumns
843 public static final String URI = "folderUri"; field in class:UIProvider.FolderColumns
1060 public static final String URI = "conversationUri"; field in class:UIProvider.ConversationColumns
1628 public static final String URI = "messageUri"; field in class:UIProvider.MessageColumns
1956 public static final String URI = "uri"; field in class:UIProvider.AttachmentColumns
[all...]

Completed in 468 milliseconds