Home
last modified time | relevance | path

Searched refs:ProcessAlarmActionAsync (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DAlarmSelectionActivity.java87 new ProcessAlarmActionAsync(this, alarm, this).execute(); in onListItemClick()
92 private static class ProcessAlarmActionAsync extends AsyncTask<Void, Void, Void> { class in AlarmSelectionActivity
98 public ProcessAlarmActionAsync(Context context, Alarm alarm, Activity activity) { in ProcessAlarmActionAsync() method in AlarmSelectionActivity.ProcessAlarmActionAsync