Home
last modified time | relevance | path

Searched defs:choices (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyViewTest.java275 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello", "Bye"}; in testMeasure_shortChoices() local
292 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello", "Bye"}; in testLayout_shortChoices() local
312 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello\neveryone", "Bye"}; in testMeasure_choiceWithTwoLines() local
329 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello\neveryone", "Bye"}; in testLayout_choiceWithTwoLines() local
349 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello\nevery\nbody", "Bye"}; in testMeasure_choiceWithThreeLines() local
367 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello\nevery\nbody", "Bye"}; in testLayout_choiceWithThreeLines() local
389 final CharSequence[] choices = new CharSequence[]{"Short", "Short", "Looooooong replyyyyy"}; in testMeasure_squeezeLongest() local
409 final CharSequence[] choices = new CharSequence[]{"Short", "Short", "Looooooong replyyyyy"}; in testLayout_squeezeLongest() local
432 final CharSequence[] choices = new CharSequence[]{"Short", "Short", in testMeasure_dropLongest() local
454 private void setSmartReplies(CharSequence[] choices) { in setSmartReplies()
[all …]
/frameworks/base/core/java/android/hardware/camera2/utils/
DListUtils.java87 public static <T> T listSelectFirstFrom(List<T> list, T[] choices) { in listSelectFirstFrom()
/frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
DCameraTooActivity.java90 static Size chooseBigEnoughSize(Size[] choices, int width, int height) { in chooseBigEnoughSize()
/frameworks/base/core/java/android/app/
DRemoteInput.java126 private RemoteInput(String resultKey, CharSequence label, CharSequence[] choices, in RemoteInput()
261 public Builder setChoices(@Nullable CharSequence[] choices) { in setChoices()
DNotification.java5292 CharSequence[] choices = r.getChoices(); in hasValidRemoteInput() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationUiAdjustmentTest.java196 private RemoteInput createRemoteInput(String resultKey, String label, CharSequence[] choices) { in createRemoteInput()
/frameworks/ml/nn/runtime/test/fuzzing/
DRandomGraphGeneratorUtils.h320 inline const T& getRandomChoice(const std::vector<T>& choices) { in getRandomChoice()
DRandomVariable.cpp49 RandomVariableBase::RandomVariableBase(const std::vector<int>& choices) in RandomVariableBase()
121 RandomVariable::RandomVariable(const std::vector<int>& choices) in RandomVariable()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java358 ArrayList<CharSequence> choices = new ArrayList<>(); in getSmartReplies() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java952 public final CharSequence[] choices; field in SmartReplyView.SmartReplies
955 public SmartReplies(CharSequence[] choices, RemoteInput remoteInput, in SmartReplies()