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

  /packages/apps/Mms/src/com/android/mms/ui/
AudioAttachmentView.java 49 private TextView mErrorMsgView;
69 mErrorMsgView = (TextView) findViewById(R.id.audio_error_msg);
184 mErrorMsgView.setVisibility(GONE);
193 mErrorMsgView.setText(msg);
194 mErrorMsgView.setVisibility(VISIBLE);
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 361 private View mErrorMsgView;
    [all...]

Completed in 462 milliseconds