Searched refs:parse (Results 201 - 225 of 433) sorted by relevance

1234567891011>>

/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DEmailSyncParser.java144 msg.mTo = Address.toString(Address.parse(getValue()));
147 Address[] froms = Address.parse(getValue());
154 msg.mCc = Address.toString(Address.parse(getValue()));
157 msg.mReplyTo = Address.toString(Address.parse(getValue()));
182 // We get MIME data for EAS 2.5. First we parse it, then we take the
769 public boolean parse() throws IOException, CommandStatusException { method in class:EmailSyncParser
770 final boolean result = super.parse();
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java163 mAuthority = Uri.parse(account.mBase_uri).getAuthority();
164 mMessageUri = Uri.parse(account.mBase_uri + "/" + BluetoothMapContract.TABLE_MESSAGE);
405 Uri uri = Uri.parse(mAccount.mBase_uri_no_account + "/" + BluetoothMapContract.TABLE_MESSAGE);
411 uri = Uri.parse(mAccount.mBase_uri + "/" + BluetoothMapContract.TABLE_MESSAGE);
808 Uri uri = Uri.parse(uriStr + BluetoothMapContract.TABLE_MESSAGE);
1171 Uri uriInsert = Uri.parse(emailBaseUri + BluetoothMapContract.TABLE_MESSAGE);
1194 throw(new IllegalArgumentException("Unable to parse message."));
1258 Uri contentUri = Uri.parse(Sms.CONTENT_URI+ "/" + folder);
1312 *1) parse message into parts
1363 * 1) parse ms
[all...]
H A DBluetoothMapAppParams.java586 Date date = format.parse(filterPeriodBegin);
606 Date date = format.parse(filterPeriodEnd);
812 Date date = format.parse(mseTime);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java251 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + msg.arg1);
255 Uri.parse(msg.obj.toString())));
264 Uri contentUri1 = Uri.parse(BluetoothShare.CONTENT_URI + "/" + msg.arg1);
564 uri = Uri.parse(uriString);
695 info.mUri = Uri.parse(stringFromCursor(info.mUri.toString(), cursor,
H A DBluetoothOppTransfer.java277 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + share.mId);
313 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + info.mId);
683 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + share.mId);
H A DBluetoothOppReceiveFileInfo.java93 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + id);
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DImportVCardActivity.java391 destUri = Uri.parse(context.getFileStreamPath(filename).toURI().toString());
457 mVCardParser.parse(is);
476 mVCardParser.parse(is);
741 importVCard(new Uri[] {Uri.parse("file://" + vcardFile.getCanonicalPath())});
752 uris[i] = Uri.parse(uriStrings[i]);
H A DImportProcessor.java242 mVCardParser.parse(is, interpreter);
/packages/apps/Email/src/com/android/email/mail/store/
H A DPop3Store.java607 message.parse(new Pop3ResponseInputStream(in), callback);
614 * and can't parse it we need to let the user know.
778 public void parse(InputStream in) throws IOException, MessagingException { method in class:Pop3Store.Pop3Message
779 super.parse(in);
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DGalleryUtils.java289 Uri.parse(uri)).setComponent(compName);
295 Intent mapsIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
/packages/apps/Mms/src/com/android/mms/ui/
H A DSearchActivity.java206 Uri.Builder b = Uri.parse("content://mms-sms/messageIdToThread").buildUpon();
212 Uri.parse(s),
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DEmlAttachmentProvider.java351 attachment.contentUri = Uri.parse("file://" + newFilePath);
369 intent.setData(Uri.parse("file://" + newFilePath));
/packages/apps/Browser/src/com/android/browser/
H A DComboViewActivity.java102 Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
/packages/apps/Browser/src/com/android/browser/provider/
H A DSnapshotProvider.java55 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
/packages/apps/Browser/src/com/android/browser/search/
H A DOpenSearchSearchEngine.java105 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(uri));
/packages/apps/Calendar/src/com/android/calendar/
H A DEventRecurrenceFormatter.java43 t.parse(recurrence.until);
H A DGoogleCalendarUriIntentFilter.java187 d.parse(duration);
/packages/apps/Camera2/src/com/android/camera/
H A DMediaSaverImpl.java196 Uri videoTable = Uri.parse(VIDEO_BASE_URI);
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastContentProvider.java48 static final Uri CONTENT_URI = Uri.parse("content://cellbroadcasts/");
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DCallLogInteraction.java62 Uri.parse(URI_TARGET_PREFIX + number));
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
H A DResultActivity.java78 addRowsForQuery(Uri.parse(dataUri));
/packages/apps/DeskClock/src/com/android/deskclock/provider/
H A DClockDatabaseHelper.java182 alarm.alert = TextUtils.isEmpty(alertString) ? null : Uri.parse(alertString);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DCredential.java26 CONTENT_URI = Uri.parse(EmailContent.CONTENT_URI + "/credential");
/packages/apps/Email/src/com/android/email/activity/setup/
H A DOAuthAuthenticationActivity.java74 final Uri uri = Uri.parse(url);
/packages/apps/Email/src/com/android/email/preferences/
H A DEmailPreferenceMigrator.java48 final Cursor accountCursor = context.getContentResolver().query(Uri.parse(

Completed in 629 milliseconds

1234567891011>>