Searched refs:text2 (Results 1 – 9 of 9) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TwoLineListItemTest.java | 95 TextView text2 = new TextView(mActivity); in testOnFinishInflate() local 96 text2.setId(android.R.id.text2); in testOnFinishInflate() 100 twoLineListItem.addView(text2, params); in testOnFinishInflate() 106 assertSame(text2, twoLineListItem.getText2()); in testOnFinishInflate()
|
D | DialerFilterTest.java | 391 final EditText text2 = new EditText(mActivity); in createMyDialerFilter() local 392 text2.setId(android.R.id.primary); in createMyDialerFilter() 397 dialerFilter.addView(text2, new RelativeLayout.LayoutParams( in createMyDialerFilter()
|
D | TextViewTest.java | 371 final CharSequence text2 = in testAccessAutoLinkMask() local 376 mTextView.setText(text2, BufferType.EDITABLE); in testAccessAutoLinkMask()
|
/cts/tests/tests/text/src/android/text/util/cts/ |
D | Rfc822TokenizerTest.java | 85 String text2 = token1 + "\",\"" + token2 + ";" + token3 + " <;>" + token4 + ","; in testFindTokenEnd() local 86 final int TOKEN_END_POS_2 = text2.indexOf(token2) + token2.length(); in testFindTokenEnd() 87 final int TOKEN_END_POS_4 = text2.indexOf(token4) + token4.length(); in testFindTokenEnd() 88 assertEquals(TOKEN_END_POS_2, rfc822Tokenizer.findTokenEnd(text2, 0)); in testFindTokenEnd() 89 assertEquals(TOKEN_END_POS_4, rfc822Tokenizer.findTokenEnd(text2, TOKEN_END_POS_2 + 1)); in testFindTokenEnd()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BleScannerHardwareScanFilterActivity.java | 167 TextView text2 = (TextView) view.findViewById(android.R.id.text2); in getView() local 169 text2.setText(value); in getView()
|
/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
D | BaseInputConnectionTest.java | 133 final Editable text2 = mConnection.getEditable(); in testOpTextMethods() local 135 assertEquals(strLength, text2.length()); in testOpTextMethods() 136 assertEquals(str.toString(), text2.toString()); in testOpTextMethods() 161 return text2.toString().equals(mView.getText().toString()); in testOpTextMethods() 167 int end = text2.length(); in testOpTextMethods()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | ExpandableListTestActivity.java | 71 new String[] { NAME, IS_EVEN }, new int[] { R.id.text1, R.id.text2 }, childData, in onCreate() 73 new String[] { NAME, IS_EVEN }, new int[] { R.id.text1, R.id.text2 }); in onCreate()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | PaintTest.java | 889 String text2 = "hello world"; in testGetTextBounds() local 892 p.getTextBounds(text2, 0, text1.length(), bounds2); in testGetTextBounds() 896 p.getTextBounds(text2, 0, text2.length(), bounds2); in testGetTextBounds()
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 1806 public static final int text2 112740 public static final int text2
|