Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/src/com/android/tv/util/
H A DAsyncDbTask.java57 public abstract class AsyncDbTask<Params, Progress, Result> class
69 protected AsyncDbTask(Executor mExecutor) { in AsyncDbTask() method in AsyncDbTask
/aosp12/packages/apps/TV/src/com/android/tv/dvr/
H A DDvrManager.java525 new AsyncDbTask<Void, Void, Integer>(mDbExecutor) { in removeRecordedProgram() method
557 new AsyncDbTask<Void, Void, Boolean>(mDbExecutor) { in removeRecordedPrograms() method
H A DDvrDataManagerImpl.java1086 new AsyncDbTask<Void, Void, Void>(mDbExecutor) { in forgetStorage() method