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

/frameworks/base/core/java/android/widget/
H A DDigitalClock.java42 private FormatChangeObserver mFormatChangeObserver;
68 mFormatChangeObserver = new FormatChangeObserver();
119 private class FormatChangeObserver extends ContentObserver { class in class:DigitalClock
120 public FormatChangeObserver() { method in class:DigitalClock.FormatChangeObserver
/frameworks/base/core/java/com/android/internal/widget/
H A DDigitalClock.java116 private static class FormatChangeObserver extends ContentObserver { class in class:DigitalClock
119 public FormatChangeObserver(DigitalClock clock) { method in class:DigitalClock.FormatChangeObserver
178 mFormatChangeObserver = new FormatChangeObserver(this);

Completed in 72 milliseconds