Home
last modified time | relevance | path

Searched defs:text2 (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
DAccountsListAdapter.java93 final TextView text2 = (TextView) resultView.findViewById(android.R.id.text2); in getView() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DConversationListPreferenceControllerTest.java220 String text2 = "two two"; in testCompareSpans() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DGlobalSearchSupport.java77 String text2; field in GlobalSearchSupport.SearchSuggestion
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
DRoutineWatchEvaluatorTest.java251 int expectedLength, String text1, String text2) { in assertMaximumMatchedWordSequenceLength()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DDefaultSuggestionView.kt82 var text2: CharSequence = suggestion?.suggestionText2Url as CharSequence in bindAsSuggestion() variable
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DNavigatorTest.java291 AccessibilityNodeInfo text2 = createNodeByText("Test Item 2"); in testFindRotateTargetDoesNotSkipOffscreenNode() local
511 AccessibilityNodeInfo text2 = createNodeByText("Test Item 2"); in testFindRotateTargetInScrollableContainer1() local
576 AccessibilityNodeInfo text2 = createNodeByText("Test Item 2"); in testFindRotateTargetInScrollableContainer2() local
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DResolverListAdapter.java952 public TextView text2; field in ResolverListAdapter.ViewHolder