Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/recoverysystem/
H A DRecoverySystemService.java310 IBootControl bootControlV10 = IBootControl.getService(true); in getBootControl() local
311 if (bootControlV10 == null) { in getBootControl()
316 android.hardware.boot.V1_2.IBootControl.castFrom(bootControlV10); in getBootControl()