Searched refs:ACTION_GARAGE_MODE_ON (Results 1 – 5 of 5) sorted by relevance
27 public static final String ACTION_GARAGE_MODE_ON = field in CarIdlenessTrackerWrapper37 i.setAction(ACTION_GARAGE_MODE_ON); in sendBroadcastToEnterGarageMode()
20 import static com.android.car.garagemode.GarageMode.ACTION_GARAGE_MODE_ON;150 verifyGarageModeBroadcast(mIntentCaptor.getAllValues(), 1, ACTION_GARAGE_MODE_ON); in testOnShutdownPrepare_shouldInitiateGarageMode() local167 verifyGarageModeBroadcast(mIntentCaptor.getAllValues(), 1, ACTION_GARAGE_MODE_ON); in testOnShutdownCancelled_shouldCancelGarageMode() local
105 static final String ACTION_GARAGE_MODE_ON = field in CarWatchdogService154 case ACTION_GARAGE_MODE_ON:159 ACTION_GARAGE_MODE_ON)826 filter.addAction(ACTION_GARAGE_MODE_ON); in subscribeBroadcastReceiver()
67 public static final String ACTION_GARAGE_MODE_ON = field in GarageMode482 i.setAction(enableGarageMode ? ACTION_GARAGE_MODE_ON : ACTION_GARAGE_MODE_OFF); in broadcastSignalToJobScheduler()
44 import static com.android.car.watchdog.CarWatchdogService.ACTION_GARAGE_MODE_ON;385 new Intent().setAction(ACTION_GARAGE_MODE_ON)); in testGarageModeStateChangeToOn()415 new Intent().setAction(ACTION_GARAGE_MODE_ON)); in testWatchdogDaemonRestart()1199 ACTION_GARAGE_MODE_ON, ACTION_GARAGE_MODE_OFF, in captureBroadcastReceiver()