Searched refs:mOnShutdownReboot (Results 1 – 2 of 2) sorted by relevance
108 private final OnShutdownReboot mOnShutdownReboot; field in CarStorageMonitoringService158 mOnShutdownReboot = new OnShutdownReboot(mContext); in CarStorageMonitoringService()239 mOnShutdownReboot.init(); in init()373 mOnShutdownReboot.addAction((c, i) -> logLifetimeWrites()) in doInitServiceIfNeededLocked()515 mOnShutdownReboot.release(); in release()
174 private OnShutdownReboot mOnShutdownReboot; field in CarTelemetryService262 mOnShutdownReboot = new OnShutdownReboot(mContext); in init()263 mOnShutdownReboot.init(); in init()264 mOnShutdownReboot.addAction((context, intent) -> release()); in init()277 mOnShutdownReboot.release(); in release()