Searched refs:getCurrentSlot (Results 1 – 4 of 4) sorted by relevance
94 public int getCurrentSlot() throws RemoteException { in getCurrentSlot() method in BootControlHIDL95 return v1_hal.getCurrentSlot(); in getCurrentSlot()
464 final int slot = getCurrentSlot(app); in unlink()474 append(app, getCurrentSlot(app)); in append()486 private int getCurrentSlot(@NonNull ProcessRecord app) { in getCurrentSlot() method in OomAdjusterModernImpl.ProcessRecordNodes
110 when(mIBootControl.getCurrentSlot()).thenReturn(0); in setup()
818 current_slot = bootControl.getCurrentSlot(); in verifySlotForNextBoot()