Home
last modified time | relevance | path

Searched refs:announce (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/widget/
DTimePickerClockDelegate.java532 private void setHourInternal(int hour, @ChangeSource int source, boolean announce,
540 updateHeaderHour(hour, announce);
786 private void updateHeaderHour(int hourOfDay, boolean announce) {
790 if (announce) {
795 private void updateHeaderMinute(int minuteOfHour, boolean announce) {
798 if (announce) {
891 private void setCurrentItemShowing(int index, boolean animateCircle, boolean announce) {
895 if (announce) {
899 if (announce) {
DDatePickerCalendarDelegate.java312 private void onCurrentDateChanged(boolean announce) { in onCurrentDateChanged() argument
326 if (announce) { in onCurrentDateChanged()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardAbsKeyInputView.java64 protected abstract void resetPasswordText(boolean animate, boolean announce); in resetPasswordText() argument
DKeyguardPinBasedInputView.java143 protected void resetPasswordText(boolean animate, boolean announce) { in resetPasswordText() argument
144 mPasswordEntry.reset(animate, announce); in resetPasswordText()
DKeyguardPasswordView.java137 protected void resetPasswordText(boolean animate, boolean announce) { in resetPasswordText() argument
DPasswordTextView.java313 public void reset(boolean animated, boolean announce) { in reset() argument
340 if (announce) { in reset()