Home | History | Annotate | Download | only in alerts

Lines Matching defs:AlertActivity

47 public class AlertActivity extends Activity implements OnClickListener {
48 private static final String TAG = "AlertActivity";
135 AlertUtils.scheduleAlarm(AlertActivity.this, null, alarmTime);
153 AlertActivity alertActivity = AlertActivity.this;
154 Cursor cursor = alertActivity.getItemForView(view);
161 long id = cursor.getInt(AlertActivity.INDEX_EVENT_ID);
162 long startMillis = cursor.getLong(AlertActivity.INDEX_BEGIN);
163 long endMillis = cursor.getLong(AlertActivity.INDEX_END);
164 Intent eventIntent = AlertUtils.buildEventViewIntent(AlertActivity.this, id,
167 TaskStackBuilder.create(AlertActivity.this)
171 alertActivity.finish();