Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DOnShutdownReboot.java37 class OnShutdownReboot { class
54 OnShutdownReboot(Context context) { in OnShutdownReboot() method in OnShutdownReboot
62 OnShutdownReboot addAction(BiConsumer<Context, Intent> action) { in addAction()
DCarStorageMonitoringService.java93 private final OnShutdownReboot mOnShutdownReboot;
126 mOnShutdownReboot = new OnShutdownReboot(mContext); in CarStorageMonitoringService()