Searched refs:is24HourView (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/core/java/android/app/ |
H A D | TimePickerDialog.java | 81 boolean is24HourView) { in TimePickerDialog() argument 82 this(context, 0, listener, hourOfDay, minute, is24HourView); in TimePickerDialog() 112 int hourOfDay, int minute, boolean is24HourView) { in TimePickerDialog() argument 118 mIs24HourView = is24HourView; in TimePickerDialog() 200 state.putBoolean(IS_24_HOUR, mTimePicker.is24HourView()); in onSaveInstanceState()
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/datetime/ |
H A D | TimePickerFragmentTest.java | 78 assertThat(timePicker.is24HourView()).isFalse(); in onActivityCreated_isNot24HourFormat_timePickerShouldShow12HourTimeFormat() 88 assertThat(timePicker.is24HourView()).isTrue(); in onActivityCreated_is24HourFormat_timePickerShouldShow24HourTimeFormat()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | TimePicker.java | 271 public void setIs24HourView(@NonNull Boolean is24HourView) { in setIs24HourView() argument 272 if (is24HourView == null) { in setIs24HourView() 276 mDelegate.setIs24Hour(is24HourView); in setIs24HourView() 285 public boolean is24HourView() { in is24HourView() method in TimePicker
|
H A D | TimePickerClockDelegate.java | 412 private void initialize(int hourOfDay, int minute, boolean is24HourView, int index) { in initialize() argument 415 mIs24Hour = is24HourView; in initialize()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 56592 method public boolean is24HourView();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 38958 method public boolean is24HourView();
|