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

/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java1393 private EditText mInfoTitle; field in class:BugreportProgressService.BugreportInfoDialog
1436 mInfoTitle = (EditText) view.findViewById(R.id.title);
1481 mInfoTitle.setText(null);
1493 mInfoTitle.setText(info.title);
1517 final String title = mInfoTitle.getText().toString();

Completed in 51 milliseconds