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

/packages/apps/AlarmClock/src/com/android/alarmclock/
H A DDigitalClock.java62 updateTime();
99 updateTime();
151 updateTime();
174 void updateTime(Calendar c) { method in class:DigitalClock
176 updateTime();
179 private void updateTime() { method in class:DigitalClock
H A DSetAlarm.java108 updateTime();
180 updateTime();
185 private void updateTime() { method in class:SetAlarm
187 Log.v("updateTime " + mId);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DDigitalClock.java64 updateTime();
98 updateTime();
147 updateTime();
165 void updateTime(Calendar c) { method in class:DigitalClock
167 updateTime();
170 private void updateTime() { method in class:DigitalClock
H A DSetAlarm.java214 updateTime();
248 updateTime();
255 private void updateTime() { method in class:SetAlarm
257 Log.v("updateTime " + mId);
/packages/apps/Settings/src/com/android/settings/
H A DRunningServices.java128 void updateTime(Context context) { method in class:RunningServices.ActiveItem
839 ai.updateTime(RunningServices.this);
941 ai.updateTime(RunningServices.this);

Completed in 48 milliseconds