Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyViewTest.java296 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello", "Bye"}; in testMeasure_shortChoices() local
313 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello", "Bye"}; in testLayout_shortChoices() local
333 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello\neveryone", "Bye"}; in testMeasure_choiceWithTwoLines() local
350 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello\neveryone", "Bye"}; in testLayout_choiceWithTwoLines() local
370 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello\nevery\nbody", "Bye"}; in testMeasure_choiceWithThreeLines() local
388 final CharSequence[] choices = new CharSequence[]{"Hi", "Hello\nevery\nbody", "Bye"}; in testLayout_choiceWithThreeLines() local
410 final CharSequence[] choices = new CharSequence[]{"Short", "Short", "Looooooong replyyyyy"}; in testMeasure_squeezeLongest() local
430 final CharSequence[] choices = new CharSequence[]{"Short", "Short", "Looooooong replyyyyy"}; in testLayout_squeezeLongest() local
453 final CharSequence[] choices = new CharSequence[]{"Short", "Short", in testMeasure_dropLongest() local
475 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.java5851 CharSequence[] choices = r.getChoices(); in hasValidRemoteInput() local
/frameworks/av/media/tests/SampleVideoEncoder/app/src/main/java/com/android/media/samplevideoencoder/
DMainActivity.java391 private static Size chooseVideoSize(Size[] choices) { in chooseVideoSize()
401 private static Size chooseOptimalSize(Size[] choices, int width, int height, Size aspectRatio) { in chooseOptimalSize()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationUiAdjustmentTest.java243 private RemoteInput createRemoteInput(String resultKey, String label, CharSequence[] choices) { in createRemoteInput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java821 public final List<CharSequence> choices; field in SmartReplyView.SmartReplies
824 public SmartReplies(@NonNull List<CharSequence> choices, @NonNull RemoteInput remoteInput, in SmartReplies()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java373 ArrayList<CharSequence> choices = new ArrayList<>(); in getSmartReplies() local