Searched refs:SILENT_MODE_FORCED_NON_SILENT (Results 1 – 5 of 5) sorted by relevance
56 static final String SILENT_MODE_FORCED_NON_SILENT = "forced-non-silent"; field in SilentModeHandler222 case SILENT_MODE_FORCED_NON_SILENT: in setSilentMode()
149 public static final String SILENT_MODE_FORCED_NON_SILENT = field in CarPowerManagementService150 SilentModeHandler.SILENT_MODE_FORCED_NON_SILENT;
201 : SilentModeHandler.SILENT_MODE_FORCED_NON_SILENT); in testSetSilentMode_toForced()
1904 mService.setSilentMode(SilentModeHandler.SILENT_MODE_FORCED_NON_SILENT); in testPowerPolicyOnSilentBoot_powerPolicyRefactorFlagDisabled()1925 mService.setSilentMode(SilentModeHandler.SILENT_MODE_FORCED_NON_SILENT); in testPowerPolicyOnSilentBoot_powerPolicyRefactorFlagEnabled()
262 private static final String SILENT_MODE_FORCED_NON_SILENT = field in CarShellCommand263 CarPowerManagementService.SILENT_MODE_FORCED_NON_SILENT;842 SILENT_MODE_FORCED_NON_SILENT, SILENT_MODE_NON_FORCED, PARAM_QUERY_MODE); in showHelp()3087 case SILENT_MODE_FORCED_NON_SILENT:3089 mCarPowerManagementService.setSilentMode(SILENT_MODE_FORCED_NON_SILENT);3100 SILENT_MODE_FORCED_SILENT, SILENT_MODE_FORCED_NON_SILENT,