Home
last modified time | relevance | path

Searched refs:is24HourView (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DTimePickerDialog.java81 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 DTimePickerFragmentTest.java78 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 DTimePicker.java271 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 DTimePickerClockDelegate.java412 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 Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt56592 method public boolean is24HourView();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt38958 method public boolean is24HourView();