OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AlertAdapter
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertAdapter.java
36
public class
AlertAdapter
extends ResourceCursorAdapter {
44
public
AlertAdapter
(AlertActivity activity, int resource) {
AlertActivity.java
89
private
AlertAdapter
mAdapter;
215
mAdapter = new
AlertAdapter
(this, R.layout.alert_item);
Completed in 90 milliseconds