HomeSort by relevance Sort by last modified time
    Searched refs:text1 (Results 126 - 150 of 176) sorted by null

1 2 3 4 56 7 8

  /packages/apps/InCallUI/src/com/android/incallui/
AnswerFragment.java 276 android.R.layout.simple_list_item_1, android.R.id.text1, textResponsesForDisplay);
  /packages/apps/Tag/canon/src/com/android/apps/tagcanon/
TagCanon.java 134 android.R.layout.simple_list_item_1, android.R.id.text1);
  /pdk/apps/HelloPDK/src/com/example/android/helloPDK/
MainActivity.java 54 new int[] { android.R.id.text1 }));
  /external/icu4c/test/intltest/
rbbiapts.cpp 261 CharacterIterator* text1= new StringCharacterIterator(str1); local
262 CharacterIterator* text1Clone = text1->clone();
292 rb->adoptText(text1);
293 if(rb->getText() != *text1)
    [all...]
itrbnf.cpp 84 UChar text1[] = { local
113 UnicodeString expected(text1);
    [all...]
numfmtst.cpp 6407 UnicodeString text1, text2; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
UserDictionarySettings.java 152 new int[] { android.R.id.text1, android.R.id.text2 }, this);
ZonePicker.java 97 final int[] to = new int[] {android.R.id.text1, android.R.id.text2};
DataUsageSummary.java 1578 final TextView text1 = (TextView) convertView.findViewById(android.R.id.text1); local
    [all...]
  /external/tinyxml/
xmltest.cpp 653 TiXmlElement text1( "text" );
654 parse1 >> text1; local
657 text1.FirstChild()->Value(),
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderThrottle.java 409 new int[] { android.R.id.text1 }, 0);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderThrottleSupport.java 410 new int[] { android.R.id.text1 }, 0);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAlertDialog.java 207 adapter = new ArrayAdapter<CharSequence>(context, R.layout.simple_list_item_checked, R.id.text1, items);
  /packages/apps/Dialer/src/com/android/dialer/interactions/
PhoneNumberInteraction.java 166 final TextView typeView = (TextView) view.findViewById(android.R.id.text1);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
CdmaSmsTest.java 917 String text1 = "123456789012345678901234567890123456789012345678901234567890" + local
    [all...]
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java 230 mHintResource, null).findViewById(com.android.internal.R.id.text1);
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 472 TextView destination = (TextView) view.findViewById(android.R.id.text1);
  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 160 TextView tv1 = (TextView) view.findViewById(android.R.id.text1);
AddBookmarkPage.java 543 TextView tv = (TextView) view.findViewById(android.R.id.text1);
576 ((TextView) view.findViewById(android.R.id.text1)).setText(
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 2230 final TextView text1 = (TextView)resultView.findViewById(android.R.id.text1); local
    [all...]
  /packages/apps/Music/src/com/android/music/
PlaylistBrowserActivity.java 155 new int[] { android.R.id.text1 });
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnSettings.java 467 android.R.id.text1, objects);
  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp 83 UChar text1[] = { local
112 UnicodeString expected(text1);
    [all...]
numfmtst.cpp 6169 UnicodeString text1, text2; local
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
AlertDialog_BuilderTest.java 536 android.R.layout.select_dialog_singlechoice, android.R.id.text1, items), 0,

Completed in 1962 milliseconds

1 2 3 4 56 7 8