Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DGarageModeService.java50 private static final int MSG_EXIT_GARAGE_MODE_EARLY = 0; field in GarageModeService
85 case MSG_EXIT_GARAGE_MODE_EARLY: in handleMessage()
148 mHandler.removeMessages(MSG_EXIT_GARAGE_MODE_EARLY); in onPrepareShutdown()
151 mHandler.obtainMessage(MSG_EXIT_GARAGE_MODE_EARLY), in onPrepareShutdown()
230 mHandler.removeMessages(MSG_EXIT_GARAGE_MODE_EARLY); in onMaintenanceActivityChanged()