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

1 2 34 5 6 7 8

  /cts/tests/tests/widget/src/android/widget/cts/
DialerFilterTest.java 387 final EditText text1 = new EditText(mActivity); local
388 text1.setId(com.android.internal.R.id.hint);
392 dialerFilter.addView(text1, new RelativeLayout.LayoutParams(
SimpleAdapterTest.java 47 private static final int[] VIEWS_TO = new int[] { R.id.text1 };
197 assertEquals("01", ((TextView) result.findViewById(R.id.text1)).getText().toString());
201 assertEquals("191", ((TextView) result.findViewById(R.id.text1)).getText().toString());
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsDetail.java 128 final TextView text1 = (TextView)mRootView.findViewById(android.R.id.text1); local
129 text1.setText(appLevelText);
  /developers/samples/android/content/LoaderCursor/src/com/example/android/content/loadercursor/
CursorLoaderListFragment.java 69 * (text1 and text2) that will show the contact's name and status.
77 android.R.id.text1, android.R.id.text2
  /development/apps/Development/src/com/android/development/
AppHwConfigList.java 135 TextView text = (TextView)view.findViewById(android.R.id.text1);
RunningProcesses.java 126 TextView text = (TextView)view.findViewById(android.R.id.text1);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCursor.java 89 new int[] { android.R.id.text1, android.R.id.text2 }, 0);
LoaderRetained.java 94 new int[] { android.R.id.text1, android.R.id.text2 }, 0);
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
CursorFragment.java 62 new int[] { android.R.id.text1, android.R.id.text2 }, 0);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentLayoutSupport.java 102 android.R.id.text1, Shakespeare.TITLES));
LoaderCursorSupport.java 88 new int[] { android.R.id.text1}, 0);
LoaderRetainedSupport.java 90 new int[] { android.R.id.text1}, 0);
  /development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
MainActivity.java 199 ((TextView) rootView.findViewById(android.R.id.text1)).setText(
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
Notepadv2.java 61 // and an array of the fields we want to bind those fields to (in this case just text1)
62 int[] to = new int[]{R.id.text1};
  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
Notepadv3.java 61 // and an array of the fields we want to bind those fields to (in this case just text1)
62 int[] to = new int[]{R.id.text1};
  /external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/
MainActivity.java 45 new int[] {android.R.id.text1}));
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
R.java 26 public static final int text1 = nextId++; field in class:R.id
  /frameworks/base/core/java/com/android/internal/widget/
TextProgressBar.java 38 * {@link android.R.id.progress} and {@link android.R.id.text1}.
51 static final int CHRONOMETER_ID = android.R.id.text1;
114 "'android.R.id.progress' and Chronometer id 'android.R.id.text1'");
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
CameraBrowser.java 81 TextView textView1 = (TextView)view.findViewById(android.R.id.text1);
  /packages/apps/Contacts/src/com/android/contacts/widget/
PinnedHeaderListDemoActivity.java 76 TextView text = (TextView)v.findViewById(android.R.id.text1);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebug.java 162 new int[]{android.R.id.text1, android.R.id.text2});
  /packages/services/Telephony/src/com/android/phone/
ADNList.java 55 android.R.id.text1,
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGatt/src/main/java/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 }
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionarySettings.java 77 android.R.id.text1,
81 android.R.id.text1, android.R.id.text2
  /external/chromium_org/third_party/icu/source/test/intltest/
regcoll.cpp 1110 static const UChar text1[][CollationRegressionTest::MAX_TOKEN_LEN] = { local
1135 for (i = 0; i < sizeof(text1) / (CollationRegressionTest::MAX_TOKEN_LEN * sizeof(UChar)); i++) {
1139 len1 = calcKeyIncremental(coll, text1[i], -1, key1, sizeof(key1), status);
1141 errln(UnicodeString("Failed to get a partial collation key for ") + text1[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...]

Completed in 1307 milliseconds

1 2 34 5 6 7 8