Searched defs:choices (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | SmartReplyViewTest.java | 275 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/ |
D | ListUtils.java | 87 public static <T> T listSelectFirstFrom(List<T> list, T[] choices) { in listSelectFirstFrom()
|
/frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/ |
D | CameraTooActivity.java | 90 static Size chooseBigEnoughSize(Size[] choices, int width, int height) { in chooseBigEnoughSize()
|
/frameworks/base/core/java/android/app/ |
D | RemoteInput.java | 126 private RemoteInput(String resultKey, CharSequence label, CharSequence[] choices, in RemoteInput() 261 public Builder setChoices(@Nullable CharSequence[] choices) { in setChoices()
|
D | Notification.java | 5292 CharSequence[] choices = r.getChoices(); in hasValidRemoteInput() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationUiAdjustmentTest.java | 196 private RemoteInput createRemoteInput(String resultKey, String label, CharSequence[] choices) { in createRemoteInput()
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | RandomGraphGeneratorUtils.h | 320 inline const T& getRandomChoice(const std::vector<T>& choices) { in getRandomChoice()
|
D | RandomVariable.cpp | 49 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/ |
D | NotificationListenerServiceTest.java | 358 ArrayList<CharSequence> choices = new ArrayList<>(); in getSmartReplies() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SmartReplyView.java | 952 public final CharSequence[] choices; field in SmartReplyView.SmartReplies 955 public SmartReplies(CharSequence[] choices, RemoteInput remoteInput, in SmartReplies()
|