HomeSort by relevance Sort by last modified time
    Searched full:text2 (Results 51 - 75 of 95) sorted by null

1 23 4

  /cts/tests/tests/widget/src/android/widget/cts/
DialerFilterTest.java 507 final EditText text2 = new EditText(mActivity); local
508 text2.setId(com.android.internal.R.id.primary);
513 dialerFilter.addView(text2, new RelativeLayout.LayoutParams(
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
CdmaSmsTest.java 874 String text2 = "123456789012345678901234567890123456789012345678901234567890" + local
    [all...]
  /external/tinyxml/docs/
tutorial0.html 151 TiXmlText * text2 = new TiXmlText( "How are you?" );
152 element2->LinkEndChild( text2 );
  /frameworks/base/core/java/android/app/
ListActivity.java 113 * <TextView android:id="@+id/text2"
166 * new int[] {android.R.id.text1, android.R.id.text2}); // Parallel array of which template objects to bind to those columns.
ExpandableListActivity.java 127 * <TextView android:id="@+id/text2"
  /external/quake/quake/src/WinQuake/
sys_win.cpp 349 char text[1024], text2[1024]; local
376 sprintf (text2, "ERROR: %s\n", text);
379 WriteFile (houtput, text2, strlen (text2), &dummy, NULL);
  /packages/apps/Contacts/src/com/android/contacts/
PhoneDisambigDialog.java 142 android.R.id.text2, objects);
  /packages/apps/Phone/src/com/android/phone/
ADNList.java 54 android.R.id.text2
NotificationMgr.java 637 contentView.setTextViewText(R.id.text2, expandedViewLine2);
664 ((RemoteViews) cookie).setTextViewText(R.id.text2,
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebug.java 159 new int[]{android.R.id.text1, android.R.id.text2});
  /development/pdk/docs/porting/
instrumentation_framework.jd 116 assertEquals("5435754532", getTextFromView(0, android.R.id.text2));
instrumentation_testing.jd 451 assertEquals("5435754532", getTextFromView(0, android.R.id.text2));
  /packages/apps/Browser/src/com/android/browser/
ErrorConsoleView.java 306 TextView subText = (TextView) view.findViewById(android.R.id.text2);
  /packages/apps/Settings/src/com/android/settings/
ZoneList.java 80 int[] to = new int[] {android.R.id.text1, android.R.id.text2};
  /cts/tests/res/values/
strings.xml 92 <string name="twolinelistitem_test_text2">text2</string>
  /external/icu4c/test/intltest/
rbbiapts.cpp 258 CharacterIterator* text2= new StringCharacterIterator(str2); local
290 rb->adoptText(text2);
291 if(rb->getText() != *text2)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
EditContactActivity.java     [all...]
QuickContactWindow.java     [all...]
  /external/quake/quake/src/QW/client/
sys_win.c 232 char text[1024], text2[1024]; local
  /frameworks/base/docs/html/guide/tutorials/notepad/
notepad-ex1.jd 550 <code>{ R.id.text1, R.id.text2 }</code> to bind two fields into the row (and we would also need
551 to define text2 in the notes_row.xml, for the body text). This is how you can bind multiple fields
  /frameworks/base/docs/html/resources/tutorials/notepad/
notepad-ex1.jd 550 <code>{ R.id.text1, R.id.text2 }</code> to bind two fields into the row (and we would also need
551 to define text2 in the notes_row.xml, for the body text). This is how you can bind multiple fields
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 137 " ELSE CASE WHEN text2!='" + MediaStore.UNKNOWN_STRING + "' THEN text2" +
    [all...]
  /external/webkit/WebCore/editing/
CompositeEditCommand.cpp 290 void CompositeEditCommand::joinTextNodes(PassRefPtr<Text> text1, PassRefPtr<Text> text2)
292 applyCommandToComposite(JoinTextNodesCommand::create(text1, text2));
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_package.html 475 <code>{ "text1", "text2"}</code>
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssReader.java 167 * text2 TextViews. We pull data from the RssItem and set it into the

Completed in 462 milliseconds

1 23 4