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 73 private void assertHasText(View parent, int textViewId, String expectedText) {
74 TextView textView = (TextView) parent.findViewById(textViewId);
81 private void assertHasHtmlText(View parent, int textViewId, String expectedHtml) {
82 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 199 private void setTextForView(View parent, int textViewId, CharSequence text) {
200 TextView view = (TextView) parent.findViewById(textViewId);
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragmentBase.java     [all...]

Completed in 154 milliseconds