Home
last modified time | relevance | path

Searched refs:mInfoTitle (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1834 private EditText mInfoTitle; field in BugreportProgressService.BugreportInfoDialog
1856 mInfoTitle = (EditText) view.findViewById(R.id.title); in initialize()
1885 mInfoTitle.setText(null); in initialize()
1895 mInfoTitle.setText(info.getTitle()); in initialize()
1919 final String title = mInfoTitle.getText().toString(); in initialize()