Searched refs:backupThread (Results 1 – 2 of 2) 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()
96 UserBackupManagerService backupManagerService, HandlerThread backupThread) { in BackupHandler() argument97 super(backupThread.getLooper()); in BackupHandler()98 mBackupThread = backupThread; in BackupHandler()