OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AlertActivity
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/com/android/internal/app/
AlertActivity.java
31
public abstract class
AlertActivity
extends Activity implements DialogInterface {
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertActivity.java
53
public class
AlertActivity
extends Activity implements OnClickListener {
54
private static final String TAG = "
AlertActivity
";
180
AlertActivity
alertActivity
=
AlertActivity
.this;
181
Cursor cursor =
alertActivity
.getItemForView(view);
184
long eventId = cursor.getLong(
AlertActivity
.INDEX_EVENT_ID);
185
long startMillis = cursor.getLong(
AlertActivity
.INDEX_BEGIN);
192
long endMillis = cursor.getLong(
AlertActivity
.INDEX_END);
193
Intent eventIntent = AlertUtils.buildEventViewIntent(
AlertActivity
.this, eventId
[
all
...]
Completed in 1652 milliseconds