Searched refs:challengeValue (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
H A D | ChallengeDialogs.kt | 168 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 D | CommandAction.java | 40 public CommandAction(@NonNull String templateId, @Nullable String challengeValue) { in CommandAction() argument 41 super(templateId, challengeValue); in CommandAction()
|
H A D | ModeAction.java | 54 public ModeAction(@NonNull String templateId, int newMode, @Nullable String challengeValue) { in ModeAction() argument 55 super(templateId, challengeValue); in ModeAction()
|
H A D | FloatAction.java | 52 @Nullable String challengeValue) { in FloatAction() argument 53 super(templateId, challengeValue); in FloatAction()
|
H A D | BooleanAction.java | 55 @Nullable String challengeValue) { in BooleanAction() argument 56 super(templateId, challengeValue); in BooleanAction()
|
H A D | ControlAction.java | 172 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |