Home
last modified time | relevance | path

Searched refs:text1 (Results 1 – 25 of 47) sorted by relevance

12

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DGlobalSearchSupport.java76 String text1; field in GlobalSearchSupport.SearchSuggestion
102 list.add(text1); // text1 in asList()
123 list.add(text1); in addColumnValue()
154 text1 = null; in reset()
262 suggestion.text1 = c.getString(3); in addSearchSuggestionsBasedOnFilter()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DDialogUiTest.java122 mCreateDirectoryFragment.getDialog().findViewById(android.R.id.text1); in testCreateDialogShows_textInputEditText_shouldNotTruncateOnPortrait()
142 mCreateDirectoryFragment.getDialog().getWindow().findViewById(android.R.id.text1); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargeDensity()
163 mCreateDirectoryFragment.getDialog().getWindow().findViewById(android.R.id.text1); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargerDensity()
183 mCreateDirectoryFragment.getDialog().getWindow().findViewById(android.R.id.text1); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargestDensity()
204 mCreateDirectoryFragment.getDialog().getWindow().findViewById(android.R.id.text1); in testCreateDirectoryFragmentShows_textInputEditText_shouldNotTruncateOnLandscape()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DDefaultSuggestionView.java70 mText1 = (TextView) findViewById(R.id.text1); in onFinishInflate()
90 CharSequence text1 = formatText(suggestion.getSuggestionText1(), suggestion); in bindAsSuggestion() local
107 setText1(text1); in bindAsSuggestion()
113 Log.d(TAG, "bindAsSuggestion(), text1=" + text1 + ",text2=" + text2 + ",q='" + in bindAsSuggestion()
DWebSearchSuggestionView.java61 CharSequence text1 = mSuggestionFormatter.formatSuggestion(userQuery, in bindAsSuggestion() local
63 setText1(text1); in bindAsSuggestion()
DSearchActivityView.java356 String text1 = cursor.getSuggestionText1(); in webSuggestionsToCompletions() local
357 completions.add(new CompletionInfo(i, i, text1)); in webSuggestionsToCompletions()
DBaseSuggestionView.java57 mText1 = (TextView) findViewById(R.id.text1); in onFinishInflate()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
DSelectAccountDialogFragment.java61 final TextView text1 = (TextView)resultView.findViewById(android.R.id.text1); in onCreateDialog()
66 text1.setText("Name: " + account.name); in onCreateDialog()
/packages/apps/Contacts/src/com/android/contacts/list/
DCustomContactListFilterActivity.java589 final TextView text1 = (TextView)convertView.findViewById(android.R.id.text1);
594 text1.setText(account.mAccountInfo.getNameLabel());
595 text1.setVisibility(!account.mAccountInfo.isDeviceAccount()
603 text1.setTextColor(textColor);
617 final TextView text1 = (TextView)convertView.findViewById(android.R.id.text1);
630 text1.setText(groupTitle);
635 text1.setText(R.string.display_more_groups);
/packages/apps/Contacts/src/com/android/contacts/util/
DAccountsListAdapter.java92 final TextView text1 = (TextView) resultView.findViewById(android.R.id.text1); in getView() local
96 text1.setText(mAccounts.get(position).getTypeLabel()); in getView()
DAccountSelectionUtil.java118 final TextView text1 = (TextView) convertView.findViewById(android.R.id.text1); in getSelectAccountDialog()
127 text1.setText(accountType.getDisplayLabel(context)); in getSelectAccountDialog()
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DSummaryPreferenceTest.java57 final TextView textView1 = (TextView) mHolder.findViewById(android.R.id.text1); in disableChart_shouldNotRender()
72 final TextView textView1 = (TextView) mHolder.findViewById(android.R.id.text1); in enableChart_shouldRender()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DRestrictedListPreference.java181 super(context, R.layout.restricted_dialog_singlechoice, R.id.text1, objects); in RestrictedArrayAdapter()
189 CheckedTextView text = (CheckedTextView) root.findViewById(R.id.text1); in getView()
DSummaryPreference.java99 ((TextView) holder.findViewById(android.R.id.text1)).setText(mStartLabel); in onBindViewHolder()
/packages/apps/Settings/src/com/android/settings/
DRestrictedListPreference.java181 super(context, R.layout.restricted_dialog_singlechoice, R.id.text1, objects); in RestrictedArrayAdapter()
189 CheckedTextView text = (CheckedTextView) root.findViewById(R.id.text1); in getView()
DSummaryPreference.java99 ((TextView) holder.findViewById(android.R.id.text1)).setText(mStartLabel); in onBindViewHolder()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionData.java137 public SuggestionData setText1(String text1) { in setText1() argument
138 mText1 = text1; in setText1()
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
DRoutineWatchEvaluatorTest.java251 int expectedLength, String text1, String text2) { in assertMaximumMatchedWordSequenceLength() argument
252 List<String> wordList1 = RoutineWatchEvaluator.splitTextToWords(text1); in assertMaximumMatchedWordSequenceLength()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
DUserDictionarySettings.java77 android.R.id.text1,
81 android.R.id.text1, android.R.id.text2
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/
DKeyboardLayoutDialogFragment.java265 CheckedTextView headline = (CheckedTextView) view.findViewById(android.R.id.text1); in inflateOneLine()
280 TextView headline = (TextView) view.findViewById(android.R.id.text1); in inflateTwoLine()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DKeyboardLayoutDialogFragment.java265 CheckedTextView headline = (CheckedTextView) view.findViewById(android.R.id.text1); in inflateOneLine()
280 TextView headline = (TextView) view.findViewById(android.R.id.text1); in inflateTwoLine()
/packages/services/Telephony/src/com/android/phone/
DSimContacts.java255 new String[] { "name" }, new int[] { android.R.id.text1 }); in newAdapter()
347 TextView textView = (TextView) itemInfo.targetView.findViewById(android.R.id.text1); in onCreateContextMenu()
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
DListViewService.java58 views.setTextViewText(android.R.id.text1, getLabel(i)); in getViewAt()
/packages/apps/Settings/src/com/android/settings/widget/
DLabeledSeekBarPreference.java64 final TextView startText = (TextView) holder.findViewById(android.R.id.text1); in onBindViewHolder()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/common/
DProgressBarPreferenceTest.java99 return (TextView) mViewHolder.findViewById(android.R.id.text1); in getMinLabel()
/packages/apps/UniversalMediaPlayer/java/com/android/pump/widget/
DSortOrderSpinner.java84 TextView textView = view.findViewById(android.R.id.text1); in initialize()

12