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 D | SmartReplyViewTest.java | 509 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 D | ListUtils.java | 87 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 D | CameraTooActivity.java | 90 static Size chooseBigEnoughSize(Size[] choices, int width, int height) { in chooseBigEnoughSize()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | RemoteInput.java | 126 private RemoteInput(String resultKey, CharSequence label, CharSequence[] choices, in RemoteInput() 261 public Builder setChoices(@Nullable CharSequence[] choices) { in setChoices()
|
H A D | Notification.java | 5920 CharSequence[] choices = r.getChoices(); in hasValidRemoteInput() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | NotificationUiAdjustmentTest.java | 238 private RemoteInput createRemoteInput(String resultKey, String label, CharSequence[] choices) { in createRemoteInput()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | SmartReplyView.java | 821 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 D | NotificationListenerServiceTest.java | 408 ArrayList<CharSequence> choices = new ArrayList<>(); in getSmartReplies() local
|
/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 ... |