Searched defs:choices (Results  1 – 9 of 9) sorted by relevance
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ | 
| D | SmartReplyViewTest.java | 330         final CharSequence[] choices = new CharSequence[]{"Hi", "Hello", "Bye"};  in testMeasure_shortChoices()  local 347         final CharSequence[] choices = new CharSequence[]{"Hi", "Hello", "Bye"};  in testLayout_shortChoices()  local 367         final CharSequence[] choices = new CharSequence[]{"Hi", "Hello\neveryone", "Bye"};  in testMeasure_choiceWithTwoLines()  local 384         final CharSequence[] choices = new CharSequence[]{"Hi", "Hello\neveryone", "Bye"};  in testLayout_choiceWithTwoLines()  local 404         final CharSequence[] choices = new CharSequence[]{"Hi", "Hello\nevery\nbody", "Bye"};  in testMeasure_choiceWithThreeLines()  local 422         final CharSequence[] choices = new CharSequence[]{"Hi", "Hello\nevery\nbody", "Bye"};  in testLayout_choiceWithThreeLines()  local 444         final CharSequence[] choices = new CharSequence[]{"Short", "Short", "Looooooong replyyyyy"};  in testMeasure_squeezeLongest()  local 464         final CharSequence[] choices = new CharSequence[]{"Short", "Short", "Looooooong replyyyyy"};  in testLayout_squeezeLongest()  local 487         final CharSequence[] choices = new CharSequence[]{"Short", "Short",  in testMeasure_dropLongest()  local 509     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 | 5920                 CharSequence[] choices = r.getChoices();  in hasValidRemoteInput()  local
  | 
| /frameworks/av/media/tests/SampleVideoEncoder/app/src/main/java/com/android/media/samplevideoencoder/ | 
| D | MainActivity.java | 391     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/ | 
| D | NotificationUiAdjustmentTest.java | 238     private RemoteInput createRemoteInput(String resultKey, String label, CharSequence[] choices) {  in createRemoteInput()
  | 
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ | 
| 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()
  | 
| /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ | 
| D | NotificationListenerServiceTest.java | 408         ArrayList<CharSequence> choices = new ArrayList<>();  in getSmartReplies()  local
  |