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

/packages/apps/Mms/src/com/android/mms/transaction/
H A DTransactionBundle.java57 * Key of the URI.
62 public static final String URI = "uri"; field in class:TransactionBundle
85 * @param uri The relevant URI for this transaction. Indicates the URL of the
92 mBundle.putString(URI, uri);
128 return mBundle.getString(URI);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DDirectoryListLoader.java45 public static final Uri URI = Directory.CONTENT_URI; field in class:DirectoryListLoader.DirectoryQuery
147 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
341 * requests with unknown/unsupported URI schemes.

Completed in 163 milliseconds