/cts/tests/tests/widget/src/android/widget/cts/ |
D | SimpleExpandableListAdapterTest.java | 49 R.id.text1 53 R.id.text1 170 assertEquals("child00", ((TextView) result.findViewById(R.id.text1)).getText().toString()); in testGetChildView() 174 assertEquals("child30", ((TextView) result.findViewById(R.id.text1)).getText().toString()); in testGetChildView() 185 assertEquals("child00", ((TextView) result.findViewById(R.id.text1)).getText().toString()); in testGetChildView() 189 assertEquals("child30", ((TextView) result.findViewById(R.id.text1)).getText().toString()); in testGetChildView() 193 convertView.setId(R.id.text1); in testGetChildView() 200 convertView.setId(R.id.text1); in testGetChildView() 234 assertNotNull(result.findViewById(R.id.text1)); in testNewChildView() 238 assertNotNull(result.findViewById(R.id.text1)); in testNewChildView() [all …]
|
D | TwoLineListItemTest.java | 93 TextView text1 = new TextView(mActivity); in testOnFinishInflate() local 94 text1.setId(android.R.id.text1); in testOnFinishInflate() 99 twoLineListItem.addView(text1, params); in testOnFinishInflate() 105 assertSame(text1, twoLineListItem.getText1()); in testOnFinishInflate()
|
D | SimpleAdapterTest.java | 50 private static final int[] VIEWS_TO = new int[] { R.id.text1 }; 200 assertEquals("01", ((TextView) result.findViewById(R.id.text1)).getText().toString()); in testSetDropDownViewResource() 204 assertEquals("191", ((TextView) result.findViewById(R.id.text1)).getText().toString()); in testSetDropDownViewResource()
|
D | ArrayAdapterTest.java | 57 new ArrayAdapter<String>(mContext, R.layout.simple_dropdown_item_1line, R.id.text1); in testConstructor() 63 new ArrayAdapter<String>(mContext, R.layout.simple_dropdown_item_1line, R.id.text1, in testConstructor() 72 new ArrayAdapter<String>(mContext, R.layout.simple_dropdown_item_1line, R.id.text1, list); in testConstructor()
|
D | DialerFilterTest.java | 389 final EditText text1 = new EditText(mActivity); in createMyDialerFilter() local 390 text1.setId(android.R.id.hint); in createMyDialerFilter() 394 dialerFilter.addView(text1, new RelativeLayout.LayoutParams( in createMyDialerFilter()
|
D | ListViewTest.java | 915 final CharSequence oldText = ((TextView) oldItem.findViewById(android.R.id.text1)) in testTransientStateUnstableIds() 926 final CharSequence newText = ((TextView) newItem.findViewById(android.R.id.text1)) in testTransientStateUnstableIds() 943 final CharSequence oldText = ((TextView) oldItem.findViewById(android.R.id.text1)) in testTransientStateStableIds() 955 final CharSequence newText = ((TextView) newItem.findViewById(android.R.id.text1)) in testTransientStateStableIds()
|
D | ListPopupWindowTest.java | 534 ((TextView) selectedView.findViewById(android.R.id.text1)).getText()); in testAccessSelection() 549 ((TextView) selectedView.findViewById(android.R.id.text1)).getText()); in testAccessSelection() 925 viewHolder.title = (TextView) convertView.findViewById(android.R.id.text1); in configure()
|
D | TextViewTest.java | 353 final CharSequence text1 = in testAccessAutoLinkMask() local 358 mTextView.setText(text1, BufferType.EDITABLE); in testAccessAutoLinkMask()
|
/cts/tests/tests/text/src/android/text/util/cts/ |
D | Rfc822TokenizerTest.java | 68 String text1 = ", " + token1; in testFindTokenEnd() local 69 assertEquals(0, rfc822Tokenizer.findTokenEnd(text1, 0)); in testFindTokenEnd() 70 assertEquals(text1.length(), rfc822Tokenizer.findTokenEnd(text1, 1)); in testFindTokenEnd() 74 assertEquals(Integer.MAX_VALUE, rfc822Tokenizer.findTokenEnd(text1, Integer.MAX_VALUE)); in testFindTokenEnd() 77 rfc822Tokenizer.findTokenEnd(text1, -1); in testFindTokenEnd()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BleScannerHardwareScanFilterActivity.java | 166 TextView text1 = (TextView) view.findViewById(android.R.id.text1); in getView() local 168 text1.setText(key); in getView()
|
/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 | 881 String text1 = "hello"; in testGetTextBounds() local 884 p.getTextBounds(text1, 0, text1.length(), bounds1); in testGetTextBounds() 885 char[] textChars1 = text1.toCharArray(); in testGetTextBounds() 892 p.getTextBounds(text2, 0, text1.length(), bounds2); in testGetTextBounds() 902 p.getTextBounds(text1, 0, text1.length(), bounds2); in testGetTextBounds()
|
/cts/tests/app/src/android/app/cts/ |
D | AlertDialog_BuilderTest.java | 508 android.R.layout.select_dialog_singlechoice, android.R.id.text1, items), 0, in testSetSingleChoiceItems()
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 1804 public static final int text1 112738 public static final int text1
|