HomeSort by relevance Sort by last modified time
    Searched refs:textViewId (Results 1 - 5 of 5) sorted by null

  /packages/apps/Contacts/tests/src/com/android/contacts/detail/
ContactDetailDisplayUtilsTest.java 72 private void assertHasText(View parent, int textViewId, String expectedText) {
73 TextView textView = (TextView) parent.findViewById(textViewId);
80 private void assertHasHtmlText(View parent, int textViewId, String expectedHtml) {
81 TextView textView = (TextView) parent.findViewById(textViewId);
  /development/apps/Development/src/com/android/development/
AppHwPref.java 120 void displayTextView(int textViewId, CharSequence displayStr) {
121 TextView tView = (TextView) findViewById(textViewId);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsEditQuickResponsesFragment.java 103 private static final int textViewId = R.id.quick_response_text;
116 super(context, resourceId, textViewId, quickResponses);
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadAdapter.java 192 private void setTextForView(View parent, int textViewId, String text) {
193 TextView view = (TextView) parent.findViewById(textViewId);
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragmentBase.java     [all...]

Completed in 119 milliseconds