Searched defs:mHourPickerDescription (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DTimePickerDialog.java108 private String mHourPickerDescription; field in class:TimePickerDialog
199 mHourPickerDescription = res.getString(R.string.hour_picker_description);
400 mTimePicker.setContentDescription(mHourPickerDescription + ": " + newValue);
458 mTimePicker.setContentDescription(mHourPickerDescription + ": " + hours);

Completed in 177 milliseconds