Searched refs:HandleClockAsync (Results 1 – 1 of 1) sorted by relevance
212 new HandleClockAsync(mAppContext, getIntent(), this).execute(); in handleClockIntent()406 private static class HandleClockAsync extends AsyncTask<Void, Void, Void> { class in HandleDeskClockApiCalls411 public HandleClockAsync(Context context, Intent intent, Activity activity) { in HandleClockAsync() method in HandleDeskClockApiCalls.HandleClockAsync