Searched refs:ACTION_GARAGE_MODE_OFF (Results 1 – 5 of 5) sorted by relevance
29 public static final String ACTION_GARAGE_MODE_OFF = field in CarIdlenessTrackerWrapper44 i.setAction(ACTION_GARAGE_MODE_OFF); in sendBroadcastToExitGarageMode()
19 import static com.android.car.garagemode.GarageMode.ACTION_GARAGE_MODE_OFF;168 verifyGarageModeBroadcast(mIntentCaptor.getAllValues(), 2, ACTION_GARAGE_MODE_OFF); in testOnShutdownCancelled_shouldCancelGarageMode() local
74 public static final String ACTION_GARAGE_MODE_OFF = field in GarageMode482 i.setAction(enableGarageMode ? ACTION_GARAGE_MODE_ON : ACTION_GARAGE_MODE_OFF); in broadcastSignalToJobScheduler()
107 static final String ACTION_GARAGE_MODE_OFF = field in CarWatchdogService155 case ACTION_GARAGE_MODE_OFF:827 filter.addAction(ACTION_GARAGE_MODE_OFF); in subscribeBroadcastReceiver()
43 import static com.android.car.watchdog.CarWatchdogService.ACTION_GARAGE_MODE_OFF;396 new Intent().setAction(ACTION_GARAGE_MODE_OFF)); in testGarageModeStateChangeToOff()1199 ACTION_GARAGE_MODE_ON, ACTION_GARAGE_MODE_OFF, in captureBroadcastReceiver()