Home
last modified time | relevance | path

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

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