Home
last modified time | relevance | path

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

/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DUpdateConfigs.java52 public static String getConfigsRoot(Context context) { in getConfigsRoot() method in UpdateConfigs
63 File root = new File(getConfigsRoot(context)); in getUpdateConfigs()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ui/
DMainActivity.java93 this.mTextViewConfigsDirHint.setText(UpdateConfigs.getConfigsRoot(this)); in onCreate()