| /frameworks/base/core/java/android/webkit/ |
| JWebCoreJavaBridge.java | 285 Uri jUri = Uri.parse(uri);
|
| /frameworks/base/core/java/android/widget/ |
| SimpleAdapter.java | 264 v.setImageURI(Uri.parse(value));
|
| /frameworks/base/media/java/android/media/ |
| Metadata.java | 377 public boolean parse(Parcel parcel) { method in class:Metadata
|
| MiniThumbFile.java | 75 Uri.parse("content://media/external/" + type + "/media"));
|
| /frameworks/base/services/java/com/android/server/ |
| DockObserver.java | 96 Slog.e(TAG, "Could not parse switch state from event " + event); 183 final Uri soundUri = Uri.parse("file://" + soundPath);
|
| /frameworks/base/telephony/java/com/android/internal/telephony/cat/ |
| IconLoader.java | 141 throw new Exception("Unable to parse image descriptor"); 180 mId = ImageDescriptor.parse(rawData, 1);
|
| /frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
| NotificationTestList.java | 92 n.sound = Uri.parse("file://" + Environment.getExternalStorageDirectory() + 448 n.sound = Uri.parse( 459 n.sound = Uri.parse( 472 n.sound = Uri.parse(
|
| /frameworks/base/tools/aapt/ |
| XMLNode.h | 40 static sp<XMLNode> parse(const sp<AaptFile>& file);
|
| /hardware/ril/mock-ril/src/js/ |
| simulated_radio_tests.js | 71 'RspGetCurrentCalls'].parse(result.responseProtobuf);
|
| /libcore/dom/src/test/java/org/w3c/domts/ |
| XercesHTML2DocumentBuilderFactory.java | 205 parser.parse(url.toString(), handler);
|
| XercesHTMLDocumentBuilderFactory.java | 205 parser.parse(url.toString(), handler);
|
| /libcore/luni/src/main/java/java/sql/ |
| Timestamp.java | 420 * First parse out the yyyy-MM-dd HH:mm:ss component of the String into 422 * seconds value, according to the definition of SimpleDateFormat.parse, 428 theDate = df.parse(s, pp);
|
| /libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
| DNParser.java | 386 public List<List<AttributeTypeAndValue>> parse() throws IOException { method in class:DNParser
|
| /libcore/luni/src/test/java/libcore/xml/ |
| JaxenXPathTestSuite.java | 86 .newDocumentBuilder().parse(testsXml).getDocumentElement();
|
| /libcore/luni/src/test/java/tests/org/w3c/dom/ |
| DOMTestCase.java | 27 doc = builder.parse(url.openStream());
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
| BluetoothOppReceiveFileInfo.java | 93 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + id);
|
| BluetoothOppService.java | 228 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + msg.arg1); 232 Uri.parse(msg.obj.toString()))); 241 Uri contentUri1 = Uri.parse(BluetoothShare.CONTENT_URI + "/" + msg.arg1); 576 i = getContentResolver().openInputStream(Uri.parse(info.mUri)); [all...] |
| /packages/apps/Browser/src/com/android/browser/ |
| ComboViewActivity.java | 106 Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
|
| /packages/apps/Browser/src/com/android/browser/provider/ |
| SnapshotProvider.java | 58 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
|
| /packages/apps/Browser/src/com/android/browser/search/ |
| OpenSearchSearchEngine.java | 105 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(uri));
|
| /packages/apps/Contacts/src/com/android/contacts/vcard/ |
| ExportVCardActivity.java | 126 this(Uri.parse("file://" + path));
|
| ImportProcessor.java | 242 mVCardParser.parse(is, interpreter);
|
| /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
| ResultActivity.java | 78 addRowsForQuery(Uri.parse(dataUri));
|
| /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/ |
| MimeStreamParser.java | 43 * parser.parse(new BufferedInputStream(new FileInputStream("mime.msg")));
83 * @param is the stream to parse.
86 public void parse(InputStream is) throws IOException {
method in class:MimeStreamParser 139 * @param is the stream to parse.
223 * @param is the stream to parse.
|
| /packages/apps/Exchange/src/com/android/exchange/adapter/ |
| AttachmentLoader.java | 214 p.parse();
|