Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DSmartReplyViewTest.java509 private void setSmartReplies(CharSequence[] choices) { in setSmartReplies()
974 CharSequence[] choices = new String[] {"Hi", "Hello"}; in testMeasure_shortChoicesAndActions() local
991 CharSequence[] choices = new String[] {"Short", "Short"}; in testMeasure_choicesAndActionsSqueezeLongestAction() local
1012 String[] choices = new String[] {"Reply"}; in testMeasure_choicesAndActionsPrioritizeActionsOnlyActions() local
1067 String[] choices = new String[] {}; in testMeasure_skipTooLongActions() local
1094 String[] choices = new String[] { in testMeasure_skipTooLongReplies() local
1121 String[] choices = new String[] { in testMeasure_skipTooLongRepliesAndActions() local
1154 String[] choices = new String[] {"reply1", "reply2"}; in testMeasure_minNumSystemGeneratedSmartReplies_notEnoughReplies() local
1180 String[] choices = new String[] {"reply1", "reply2"}; in testMeasure_minNumSystemGeneratedSmartReplies_enoughReplies() local
1236 String[] choices = new String[] {}; in testMeasure_maxNumActions() local
[all …]
/aosp14/frameworks/base/core/java/android/hardware/camera2/utils/
H A DListUtils.java87 public static <T> T listSelectFirstFrom(List<T> list, T[] choices) { in listSelectFirstFrom()
/aosp14/frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
H A DCameraTooActivity.java90 static Size chooseBigEnoughSize(Size[] choices, int width, int height) { in chooseBigEnoughSize()
/aosp14/frameworks/base/core/java/android/app/
H A DRemoteInput.java126 private RemoteInput(String resultKey, CharSequence label, CharSequence[] choices, in RemoteInput()
261 public Builder setChoices(@Nullable CharSequence[] choices) { in setChoices()
H A DNotification.java5920 CharSequence[] choices = r.getChoices(); in hasValidRemoteInput() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationUiAdjustmentTest.java238 private RemoteInput createRemoteInput(String resultKey, String label, CharSequence[] choices) { in createRemoteInput()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyView.java821 public final List<CharSequence> choices; field in SmartReplyView.SmartReplies
824 public SmartReplies(@NonNull List<CharSequence> choices, @NonNull RemoteInput remoteInput, in SmartReplies()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationListenerServiceTest.java408 ArrayList<CharSequence> choices = new ArrayList<>(); in getSmartReplies() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...