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

1 23 4

  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
CursorFragment.java 62 new int[] { android.R.id.text1, android.R.id.text2 }, 0);
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
CameraBrowser.java 82 TextView textView2 = (TextView)view.findViewById(android.R.id.text2);
  /packages/apps/Phone/src/com/android/phone/
ADNList.java 56 android.R.id.text2
RespondViaSmsManager.java 472 final TextView text2 = (TextView) convertView.findViewById( local
473 com.android.internal.R.id.text2);
477 text2.setVisibility(View.GONE);
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebug.java 162 new int[]{android.R.id.text1, android.R.id.text2});
  /development/samples/BluetoothLeGatt/src/com/example/bluetooth/le/
DeviceControlActivity.java 292 new int[] { android.R.id.text1, android.R.id.text2 },
296 new int[] { android.R.id.text1, android.R.id.text2 }
  /external/icu4c/test/intltest/
regcoll.cpp 1119 static const UChar text2[][CollationRegressionTest::MAX_TOKEN_LEN] = { local
1144 len2 = calcKeyIncremental(coll, text2[i], -1, key2, sizeof(key2), status);
1146 errln(UnicodeString("Failed to get a partial collation key for ") + text2[i]);
1151 errln(UnicodeString("Failed: Identical key\n") + " text1: " + text1[i] + "\n" + " text2: " + text2[i] + "\n" + " key : " + TestUtility::hex(key1, len1));
1153 logln(UnicodeString("Keys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " + TestUtility::hex(key1, len1) + "\n" + " text2: " + text2[i] + "\n" + " key2 : "
    [all...]
regextst.cpp 4927 UText text2 = UTEXT_INITIALIZER; local
5016 UChar text2[80]; local
5063 UChar text2[80]; local
    [all...]
rbbiapts.cpp 263 CharacterIterator* text2= new StringCharacterIterator(str2); local
295 rb->adoptText(text2);
296 if(rb->getText() != *text2)
    [all...]
numrgts.cpp 2903 static const UChar text2[] = { 0x6E, 0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39,0 }; \/\/ n123456789 local
    [all...]
itrbnf.cpp 92 UChar text2[] = { local
125 UnicodeString expected(text2);
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 637 TextView text2 = (TextView)view.findViewById(com.android.internal.R.id.text2); local
641 text2.setVisibility(View.VISIBLE);
642 text2.setText(info.extendedInfo);
644 text2.setVisibility(View.GONE);
  /frameworks/base/core/java/android/app/
Notification.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
ErrorConsoleView.java 306 TextView subText = (TextView) view.findViewById(android.R.id.text2);
SuggestionsAdapter.java 161 TextView tv2 = (TextView) view.findViewById(android.R.id.text2);
504 String text2 = mCursor.getString( local
  /packages/apps/Settings/src/com/android/settings/
UserDictionarySettings.java 157 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};
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettings.java 81 android.R.id.text1, android.R.id.text2
  /external/quake/quake/src/QW/client/
sys_win.c 232 char text[1024], text2[1024]; local
  /packages/apps/Dialer/src/com/android/dialer/interactions/
PhoneNumberInteraction.java 155 super(context, R.layout.phone_disambig_item, android.R.id.text2, list);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutDialogFragment.java 273 TextView subText = (TextView) view.findViewById(android.R.id.text2);
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 2239 final TextView text2 = (TextView)resultView.findViewById(android.R.id.text2); local
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
CdmaSmsTest.java 953 String text2 = "123456789012345678901234567890123456789012345678901234567890" + local
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 455 TextView destinationType = (TextView) view.findViewById(android.R.id.text2);
  /external/webkit/Source/WebCore/editing/
CompositeEditCommand.cpp 295 void CompositeEditCommand::joinTextNodes(PassRefPtr<Text> text1, PassRefPtr<Text> text2)
297 applyCommandToComposite(JoinTextNodesCommand::create(text1, text2));
    [all...]

Completed in 1316 milliseconds

1 23 4