Searched refs:backupThread (Results 1 – 3 of 3) sorted by relevance
84 HandlerThread backupThread, in createUserBackupManagerServiceAndRunTasks() argument93 backupThread, in createUserBackupManagerServiceAndRunTasks()97 runToEndOfTasks(backupThread.getLooper()); in createUserBackupManagerServiceAndRunTasks()183 HandlerThread backupThread = new HandlerThread("backup"); in startBackupThreadAndGetLooper() local184 backupThread.start(); in startBackupThreadAndGetLooper()185 return backupThread.getLooper(); in startBackupThreadAndGetLooper()198 HandlerThread backupThread = new HandlerThread("backup"); in startBackupThread() local199 backupThread.setUncaughtExceptionHandler(exceptionHandler); in startBackupThread()200 backupThread.start(); in startBackupThread()201 return backupThread; in startBackupThread()
97 UserBackupManagerService backupManagerService, HandlerThread backupThread) { in BackupHandler() argument98 super(backupThread.getLooper()); in BackupHandler()99 mBackupThread = backupThread; in BackupHandler()
111 Context context, Trampoline trampoline, HandlerThread backupThread) { in BackupManagerService() argument114 mBackupThread = checkNotNull(backupThread); in BackupManagerService()