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

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DTimePickerDialog.java254 if (mInKbMode && isTypedTimeFullyLegal()) {
410 if (!isTypedTimeFullyLegal()) {
495 if (isTypedTimeFullyLegal()) {
502 if (!isTypedTimeFullyLegal()) {
576 (!mIs24HourMode && isTypedTimeFullyLegal())) {
589 if (isTypedTimeFullyLegal()) {
618 private boolean isTypedTimeFullyLegal() { method in class:TimePickerDialog
621 // getEnteredTime() will ONLY call isTypedTimeFullyLegal() when NOT in 24hour mode.
634 if (!isTypedTimeFullyLegal()) {
737 if (!mIs24HourMode && isTypedTimeFullyLegal()) {
[all...]

Completed in 24 milliseconds