Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DChallengeDialogs.kt168 private fun addChallengeValue(action: ControlAction, challengeValue: String): ControlAction {
171 is BooleanAction -> BooleanAction(id, action.getNewState(), challengeValue)
172 is FloatAction -> FloatAction(id, action.getNewValue(), challengeValue)
173 is CommandAction -> CommandAction(id, challengeValue)
174 is ModeAction -> ModeAction(id, action.getNewMode(), challengeValue)
/aosp14/frameworks/base/core/java/android/service/controls/actions/
H A DCommandAction.java40 public CommandAction(@NonNull String templateId, @Nullable String challengeValue) { in CommandAction() argument
41 super(templateId, challengeValue); in CommandAction()
H A DModeAction.java54 public ModeAction(@NonNull String templateId, int newMode, @Nullable String challengeValue) { in ModeAction() argument
55 super(templateId, challengeValue); in ModeAction()
H A DFloatAction.java52 @Nullable String challengeValue) { in FloatAction() argument
53 super(templateId, challengeValue); in FloatAction()
H A DBooleanAction.java55 @Nullable String challengeValue) { in BooleanAction() argument
56 super(templateId, challengeValue); in BooleanAction()
H A DControlAction.java172 ControlAction(@NonNull String templateId, @Nullable String challengeValue) { in ControlAction() argument
175 mChallengeValue = challengeValue; in ControlAction()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...