Home
last modified time | relevance | path

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

/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ui/
DMainActivity.java53 private TextView mTextViewConfigsDirHint; field in MainActivity
79 this.mTextViewConfigsDirHint = findViewById(R.id.textViewConfigsDirHint); in onCreate()
93 this.mTextViewConfigsDirHint.setText(UpdateConfigs.getConfigsRoot(this)); in onCreate()