Searched refs:mCurrentAlarm (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmService.java80 private AlarmInstance mCurrentAlarm = null; field in class:AlarmService
91 "AlarmService", mCurrentAlarm, AlarmInstance.MISSED_STATE));
98 if (mCurrentAlarm != null) {
99 AlarmStateManager.setMissedState(this, mCurrentAlarm);
104 mCurrentAlarm = instance;
105 AlarmNotifications.showAlarmNotification(this, mCurrentAlarm);
109 AlarmKlaxon.start(this, mCurrentAlarm, inCall);
114 if (mCurrentAlarm == null) {
119 LogUtils.v("AlarmService.stop with instance: " + mCurrentAlarm.mId);
123 mCurrentAlarm
[all...]

Completed in 9 milliseconds