Home
last modified time | relevance | path

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

12

/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/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/QuickSearchBox/src/com/android/quicksearchbox/ui/
DDefaultSuggestionView.kt60 mText1 = findViewById(R.id.text1) as TextView in onFinishInflate()
81 val text1 = formatText(suggestion?.suggestionText1, suggestion) in bindAsSuggestion() constant
94 setText1(text1) in bindAsSuggestion()
102 text1 + in bindAsSuggestion()
DWebSearchSuggestionView.kt52 val text1 = mSuggestionFormatter?.formatSuggestion(userQuery, suggestion?.suggestionText1) in bindAsSuggestion() constant
53 setText1(text1) in bindAsSuggestion()
DBaseSuggestionView.kt50 mText1 = findViewById(R.id.text1) as TextView? in onFinishInflate()
DSearchActivityView.kt299 val text1: String? = cursor.suggestionText1 in webSuggestionsToCompletions() constant
300 completions.add(CompletionInfo(i.toLong(), i, text1)) in webSuggestionsToCompletions()
/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.java129 mCreateDirectoryFragment.getDialog().findViewById(android.R.id.text1); in testCreateDialogShows_textInputEditText_shouldNotTruncateOnPortrait()
149 mCreateDirectoryFragment.getDialog().getWindow().findViewById(android.R.id.text1); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargeDensity()
170 mCreateDirectoryFragment.getDialog().getWindow().findViewById(android.R.id.text1); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargerDensity()
190 mCreateDirectoryFragment.getDialog().getWindow().findViewById(android.R.id.text1); in testCreateDialog_textInputEditText_shouldNotTruncateOnLargestDensity()
212 mCreateDirectoryFragment.getDialog().getWindow().findViewById(android.R.id.text1); in testCreateDirectoryFragmentShows_textInputEditText_shouldNotTruncateOnLandscape()
/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/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/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DNavigatorTest.java290 AccessibilityNodeInfo text1 = createNodeByText("Test Item 1"); in testFindRotateTargetDoesNotSkipOffscreenNode() local
295 FindRotateTargetResult target = mNavigator.findRotateTarget(text1, direction, 1); in testFindRotateTargetDoesNotSkipOffscreenNode()
510 AccessibilityNodeInfo text1 = createNodeByText("Test Item 1"); in testFindRotateTargetInScrollableContainer1() local
516 FindRotateTargetResult target = mNavigator.findRotateTarget(text1, direction, 1); in testFindRotateTargetInScrollableContainer1()
523 target = mNavigator.findRotateTarget(text1, direction, 2); in testFindRotateTargetInScrollableContainer1()
529 target = mNavigator.findRotateTarget(text1, direction, 3); in testFindRotateTargetInScrollableContainer1()
575 AccessibilityNodeInfo text1 = createNodeByText("Test Item 1"); in testFindRotateTargetInScrollableContainer2() local
581 FindRotateTargetResult target = mNavigator.findRotateTarget(text1, direction, 1); in testFindRotateTargetInScrollableContainer2()
588 target = mNavigator.findRotateTarget(text1, direction, 2); in testFindRotateTargetInScrollableContainer2()
594 target = mNavigator.findRotateTarget(text1, direction, 3); in testFindRotateTargetInScrollableContainer2()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionData.kt83 fun setText1(text1: String?): SuggestionData { in setText1()
84 mText1 = text1 in setText1()
/packages/apps/Settings/src/com/android/settings/
DRestrictedListPreference.java175 super(context, R.layout.restricted_dialog_singlechoice, R.id.text1, objects); in RestrictedArrayAdapter()
183 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/Launcher3/tests/src/com/android/launcher3/testcomponent/
DListViewService.java58 views.setTextViewText(android.R.id.text1, getLabel(i)); in getViewAt()
/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/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DConversationListPreferenceControllerTest.java211 String text1 = "one one"; in testCompareSpans() local
212 SpannableStringBuilder builder1 = new SpannableStringBuilder(text1); in testCompareSpans()
/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/
DContactListActivity.java142 android.R.id.text1) { in initListView()
146 TextView t1 = (TextView) v.findViewById(android.R.id.text1); in initListView()
/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/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/Settings/src/com/android/settings/applications/intentpicker/
DSupportedLinksAdapter.java67 final CheckedTextView textView = convertView.findViewById(android.R.id.text1); in getView()
/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/apps/UniversalMediaPlayer/java/com/android/pump/widget/
DSortOrderSpinner.java84 TextView textView = view.findViewById(android.R.id.text1); in initialize()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DProgressBarPreference.java140 TextView minLabel = (TextView) view.findViewById(android.R.id.text1); in onBindViewHolder()

12