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

1 23 4

  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 643 TextView text2 = (TextView)view.findViewById(com.android.internal.R.id.text2); local
647 text2.setVisibility(View.VISIBLE);
648 text2.setText(info.extendedInfo);
650 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 95 final int[] to = new int[] {android.R.id.text1, android.R.id.text2};
  /external/icu4c/test/intltest/
rbbiapts.cpp 259 CharacterIterator* text2= new StringCharacterIterator(str2); local
291 rb->adoptText(text2);
292 if(rb->getText() != *text2)
    [all...]
regextst.cpp 4918 UText text2 = UTEXT_INITIALIZER; local
5007 UChar text2[80]; local
5054 UChar text2[80]; local
    [all...]
itrbnf.cpp 91 UChar text2[] = { local
124 UnicodeString expected(text2);
    [all...]
numfmtst.cpp 6353 UnicodeString text1, text2; local
    [all...]
  /external/quake/quake/src/QW/client/
sys_win.c 232 char text[1024], text2[1024]; local
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 279 TextView destinationType = (TextView) view.findViewById(android.R.id.text2);
BaseRecipientAdapter.java     [all...]
  /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 2222 final TextView text2 = (TextView)resultView.findViewById(android.R.id.text2); local
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
CdmaSmsTest.java 874 String text2 = "123456789012345678901234567890123456789012345678901234567890" + local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/interactions/
PhoneNumberInteraction.java 170 super(context, R.layout.phone_disambig_item, android.R.id.text2, list);
  /external/webkit/Source/WebCore/editing/
CompositeEditCommand.cpp 295 void CompositeEditCommand::joinTextNodes(PassRefPtr<Text> text1, PassRefPtr<Text> text2)
297 applyCommandToComposite(JoinTextNodesCommand::create(text1, text2));
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java 681 views.data = (TextView) v.findViewById(android.R.id.text2);
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 334 final CharSequence text2 = local
339 mTextView.setText(text2, BufferType.EDITABLE);
    [all...]
  /external/icu4c/test/cintltst/
cbiditst.c 1672 static const char* const text2 = "\\\\u05d0 1-2\\\\u001c\\\\u0630 1-2\\\\u001c1-2"; local
    [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java     [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 656 milliseconds

1 23 4