Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/recoverysystem/hal/
H A DBootControlHIDL.java84 public int getActiveBootSlot() throws RemoteException { in getActiveBootSlot() method in BootControlHIDL
88 return v1_2_hal.getActiveBootSlot(); in getActiveBootSlot()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/recoverysystem/
H A DRecoverySystemServiceTest.java111 when(mIBootControl.getActiveBootSlot()).thenReturn(1); in setup()
/aosp14/frameworks/base/services/core/java/com/android/server/recoverysystem/
H A DRecoverySystemService.java774 next_active_slot = bootControl.getActiveBootSlot(); in verifySlotForNextBoot()