Searched refs:mInfoTitle (Results 1 – 1 of 1) sorted by relevance
1626 private EditText mInfoTitle; field in BugreportProgressService.BugreportInfoDialog1648 mInfoTitle = (EditText) view.findViewById(R.id.title); in initialize()1677 mInfoTitle.setText(null); in initialize()1687 mInfoTitle.setText(info.getTitle()); in initialize()1711 final String title = mInfoTitle.getText().toString(); in initialize()