Searched refs:SnoozeAlarmAsync (Results 1 – 1 of 1) sorted by relevance
250 new SnoozeAlarmAsync(intent, this).execute(); in handleSnoozeAlarm()253 private static class SnoozeAlarmAsync extends AsyncTask<Void, Void, Void> { class in HandleApiCalls259 public SnoozeAlarmAsync(Intent intent, Activity activity) { in SnoozeAlarmAsync() method in HandleApiCalls.SnoozeAlarmAsync