Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DAlarmSelectionActivity.java92 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