/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
D | DefaultSuggestionView.java | 71 mText2 = (TextView) findViewById(R.id.text2); in onFinishInflate() 91 CharSequence text2 = suggestion.getSuggestionText2Url(); in bindAsSuggestion() local 92 if (text2 != null) { in bindAsSuggestion() 93 text2 = formatUrl(text2); in bindAsSuggestion() 95 text2 = formatText(suggestion.getSuggestionText2(), suggestion); in bindAsSuggestion() 98 if (TextUtils.isEmpty(text2)) { in bindAsSuggestion() 108 setText2(text2); in bindAsSuggestion() 113 Log.d(TAG, "bindAsSuggestion(), text1=" + text1 + ",text2=" + text2 + ",q='" + in bindAsSuggestion()
|
D | BaseSuggestionView.java | 58 mText2 = (TextView) findViewById(R.id.text2); in onFinishInflate()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | GlobalSearchSupport.java | 77 String text2; field in GlobalSearchSupport.SearchSuggestion 103 list.add(text2); // text2 in asList() 125 list.add(text2); in addColumnValue() 155 text2 = null; in reset() 266 suggestion.text2 = shortenSnippet(c.getString(6)); in addSearchSuggestionsBasedOnFilter()
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
D | SelectAccountDialogFragment.java | 62 final TextView text2 = (TextView)resultView.findViewById(android.R.id.text2); in onCreateDialog() 67 text2.setText("Type: " + account.type); in onCreateDialog()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | AccountsListAdapter.java | 93 final TextView text2 = (TextView) resultView.findViewById(android.R.id.text2); in getView() local 97 text2.setText(mAccounts.get(position).getNameLabel()); in getView()
|
D | AccountSelectionUtil.java | 119 final TextView text2 = (TextView) convertView.findViewById(android.R.id.text2); in getSelectAccountDialog() 128 text2.setText(account.name); in getSelectAccountDialog()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | CustomContactListFilterActivity.java | 590 final TextView text2 = (TextView)convertView.findViewById(android.R.id.text2); 598 text2.setText(account.mAccountInfo.getTypeLabel()); 604 text2.setTextColor(textColor); 618 final TextView text2 = (TextView)convertView.findViewById(android.R.id.text2); 631 text2.setVisibility(View.GONE); 636 text2.setVisibility(View.GONE);
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/ |
D | SummaryPreferenceTest.java | 60 final TextView textView2 = (TextView) mHolder.findViewById(android.R.id.text2); in disableChart_shouldNotRender() 75 final TextView textView2 = (TextView) mHolder.findViewById(android.R.id.text2); in enableChart_shouldRender()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | SuggestionData.java | 143 public SuggestionData setText2(String text2) { in setText2() argument 144 mText2 = text2; in setText2()
|
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/ |
D | RoutineWatchEvaluatorTest.java | 246 int expectedLength, String text1, String text2) { in assertMaximumMatchedWordSequenceLength() argument 248 List<String> wordList2 = RoutineWatchEvaluator.splitTextToWords(text2); in assertMaximumMatchedWordSequenceLength()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/common/ |
D | ProgressBarPreferenceTest.java | 103 return (TextView) mViewHolder.findViewById(android.R.id.text2); in getMaxLabel()
|
/packages/apps/Settings/src/com/android/settings/ |
D | SummaryPreference.java | 100 ((TextView) holder.findViewById(android.R.id.text2)).setText(mEndLabel); in onBindViewHolder()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | SummaryPreference.java | 100 ((TextView) holder.findViewById(android.R.id.text2)).setText(mEndLabel); in onBindViewHolder()
|
/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
D | ProgressBarPreference.java | 144 TextView maxLabel = (TextView) view.findViewById(android.R.id.text2); in onBindViewHolder()
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarDebug.java | 162 new int[]{android.R.id.text1, android.R.id.text2}); in onPostExecute()
|
/packages/services/Telephony/src/com/android/phone/ |
D | ADNList.java | 63 android.R.id.text2
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/ |
D | UserDictionarySettings.java | 141 new int[]{android.R.id.text1, android.R.id.text2}); in createAdapter()
|
D | KeyboardLayoutDialogFragment.java | 281 TextView subText = (TextView) view.findViewById(android.R.id.text2); in inflateTwoLine()
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
D | UserDictionarySettings.java | 141 new int[]{android.R.id.text1, android.R.id.text2}); in createAdapter()
|
D | KeyboardLayoutDialogFragment.java | 281 TextView subText = (TextView) view.findViewById(android.R.id.text2); in inflateTwoLine()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/ |
D | UserDictionarySettings.java | 81 android.R.id.text1, android.R.id.text2
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datausage/ |
D | DataUsageSummaryPreference.java | 165 ((TextView) holder.findViewById(android.R.id.text2)).setText(mEndLabel); in onBindViewHolder()
|
/packages/apps/Settings/src/com/android/settings/datausage/ |
D | DataUsageSummaryPreference.java | 165 ((TextView) holder.findViewById(android.R.id.text2)).setText(mEndLabel); in onBindViewHolder()
|
/packages/apps/Dialer/java/com/android/dialer/interactions/ |
D | PhoneNumberInteraction.java | 462 super(context, R.layout.phone_disambig_item, android.R.id.text2, list); in PhoneItemAdapter()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/ |
D | DataUsageSummaryPreferenceTest.java | 559 mLabel2 = (TextView) mHolder.findViewById(R.id.text2); in bindViewHolder()
|