Searched refs:from (Results 51 - 75 of 144) sorted by relevance

123456

/packages/apps/Email/tests/src/com/android/email/mail/store/
H A DPop3StoreUnitTests.java236 mockTransport.expect(null, "-ERR from the Mock Transport.");
414 // NOTE: everything from here down is copied from testOneUnread() and should be consolidated
456 // NOTE: everything from here down is copied from testOneUnread() and should be consolidated
499 // NOTE: everything from here down is copied from testOneUnread() and should be consolidated
551 // NOTE: everything from here down is copied from testOneUnread() and should be consolidated
598 // NOTE: everything from her
[all...]
/packages/apps/Mms/src/com/android/mms/ui/
H A DConversationList.java151 ViewGroup v = (ViewGroup)LayoutInflater.from(this)
392 // Note: don't read the thread id data from the ConversationListItem view passed in.
396 // clicked and load the data from the cursor.
400 Conversation conv = Conversation.from(this, cursor);
442 Conversation conv = Conversation.from(ConversationList.this, cursor);
467 Conversation conv = Conversation.from(ConversationList.this, cursor);
649 // any threads out from under the draft.
741 mMultiSelectActionBarView = (ViewGroup)LayoutInflater.from(ConversationList.this)
755 ViewGroup v = (ViewGroup)LayoutInflater.from(ConversationList.this)
792 Conversation conv = Conversation.from(ConversationLis
[all...]
H A DMessageUtils.java94 // anything ever delete from the mmssms.db canonical_addresses
164 String from = extractEncStr(context, nInd.getFrom());
167 details.append(!TextUtils.isEmpty(from)? from:
228 String from = extractEncStr(context, ((RetrieveConf) msg).getFrom());
231 details.append(!TextUtils.isEmpty(from)? from:
414 // If the message is from a different year, show the date and year.
418 // If it is from a different day than today, show only the date.
421 // Otherwise, if the message is from toda
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DUserDictionarySettings.java238 final LayoutInflater inflater = LayoutInflater.from(dialogBuilder.getContext());
331 public MyAdapter(Context context, int layout, Cursor c, String[] from, int[] to, argument
333 super(context, layout, c, from, to);
H A DZonePicker.java46 * such as "Africa", "Europe", etc. Choosing an item from the list will set
47 * the time zone. Pressing Back without choosing from the list will not
94 final String[] from = new String[] {KEY_DISPLAYNAME, KEY_GMT};
104 from,
111 * Searches {@link TimeZone} from the given {@link SimpleAdapter} object, and returns
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
H A DRecognitionView.java272 int from = start + i * npw;
273 int end = from + npw;
275 for (int x = from; x < end; x++) {
285 * Copied from version in VoiceSearch's RecognitionActivity.
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DGlobalSearchSupport.java223 * lookup key cannot be found in the database, the contact name is decoded from the lookup key
244 // this copied from com.android.phone.PhoneApp.onCreate():
247 // This flag currently comes from a resource (which is
360 int from = 0;
369 from = firstNl + 1;
380 for (int i = from; i < to; i++) {
/packages/apps/Browser/src/com/android/browser/
H A DBookmarkItem.java54 LayoutInflater factory = LayoutInflater.from(context);
65 * @param item BookmarkItem to receive the info from this BookmarkItem.
H A DBrowserBookmarksAdapter.java42 mInflater = LayoutInflater.from(context);
H A DHttpAuthenticationDialog.java111 LayoutInflater factory = LayoutInflater.from(mContext);
H A DPageDialogsHandler.java130 * this dialog was opened from the SSL-certificate-on-error dialog or
139 final LayoutInflater factory = LayoutInflater.from(mContext);
175 // if we came here from the SSL error dialog
191 // if we came here from the SSL error dialog
215 // if we came here from the SSL error dialog
223 // otherwise, display the top-most certificate from
236 * (accessible from the Page-Info dialog).
347 LayoutInflater factory = LayoutInflater.from(mContext);
/packages/apps/Camera/src/com/android/camera/ui/
H A DOtherSettingsPopup.java56 mInflater = LayoutInflater.from(getContext());
H A DSharePopup.java79 int resource, String[] from, int[] to) {
80 super(context, data, resource, from, to);
177 // panorama images block the preview from showing in the background
78 MySimpleAdapter(Context context, List<? extends Map<String, ?>> data, int resource, String[] from, int[] to) argument
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
H A DMimeMessage.java214 * Returns a list of the given recipient type from this message. If no addresses are
300 public void setFrom(Address from) throws MessagingException { argument
302 if (from != null) {
303 setHeader("From", MimeUtility.fold(from.toHeader(), FROM_LENGTH));
305 from
447 * Set entire extended headers from String
/packages/apps/Email/src/com/android/email/activity/
H A DMailboxMoveToAdapter.java41 * TODO We've detached this class from {@link MailboxFragmentAdapter} and {@link MailboxFragmentAdapter}.
103 mInflater = LayoutInflater.from(context);
/packages/apps/Email/src/com/android/email/widget/
H A DEmailWidget.java110 // The widget's loader (derived from ThrottlingCursorLoader)
421 SpannableStringBuilder from = new SpannableStringBuilder(rawSender);
422 from.setSpan(
424 from.length(), Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
425 CharSequence styledFrom = addStyle(from, sSenderFontSize, sDefaultTextColor);
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
H A DGLCanvasTest.java715 MyTexture from = new MyTexture(canvas, 42, false); // non-opaque
718 canvas.drawMixed(from, to, 0.5f, 100, 200, 300, 400);
736 canvas.drawMixed(from, to, 0, 100, 200, 300, 400);
740 canvas.drawMixed(from, to, 1, 100, 200, 300, 400);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolderIcon.java120 FolderIcon icon = (FolderIcon) LayoutInflater.from(launcher).inflate(resId, group, false);
307 // This will animate the first item from it's position as an icon into its
329 // after a configuration activity (ie. for a Shortcut being dragged from AllApps) we
333 Rect from = new Rect();
334 dragLayer.getViewRectRelativeToSelf(animateView, from);
362 dragLayer.animateView(animateView, from, to, finalAlpha,
379 // Came from all apps -- make a copy
456 // We want to imagine our coordinates from the bottom left, growing up and to the
H A DHotseat.java100 LayoutInflater inflater = LayoutInflater.from(context);
H A DInstallWidgetReceiver.java131 mInflater = LayoutInflater.from(context);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DCorporaAdapter.java178 return (CorpusView) LayoutInflater.from(mContext).inflate(mCorpusViewRes, parent, false);
/packages/apps/Email/
H A DAndroid.mk21 # Include res dir from chips
/packages/apps/Music/src/com/android/music/
H A DMediaPickerActivity.java232 PickListAdapter(Context context, int layout, Cursor cursor, String[] from, int[] to) { argument
233 super(context, layout, cursor, from, to);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java230 // 31 and 100 are identical, just in different codelines. Upgrading from 31 is the
231 // same as upgrading from 100.
234 // no logic to upgrade from these older version, just recreate the DB
235 Log.i(Constants.TAG, "Upgrading downloads database from version " + oldV
241 Log.i(Constants.TAG, "Downgrading downloads database from version " + oldV
252 * Upgrade database from (version - 1) to version.
450 // return the mimetype of this id from the database
547 * requests coming from
639 * requests coming from
780 * Remove column from value
1209 copyInteger(String key, ContentValues from, ContentValues to) argument
1216 copyBoolean(String key, ContentValues from, ContentValues to) argument
1223 copyString(String key, ContentValues from, ContentValues to) argument
1230 copyStringWithDefault(String key, ContentValues from, ContentValues to, String defaultValue) argument
[all...]
/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetModel.java317 int from = Math.max(startDay, mTodayJulianDay);
319 for (int day = from; day <= to; day++) {

Completed in 5865 milliseconds

123456