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()182 HandlerThread backupThread = new HandlerThread("backup"); in startBackupThreadAndGetLooper() local183 backupThread.start(); in startBackupThreadAndGetLooper()184 return backupThread.getLooper(); in startBackupThreadAndGetLooper()197 HandlerThread backupThread = new HandlerThread("backup"); in startBackupThread() local198 backupThread.setUncaughtExceptionHandler(exceptionHandler); in startBackupThread()199 backupThread.start(); in startBackupThread()200 return backupThread; in startBackupThread()
99 HandlerThread backupThread) { in BackupHandler() argument100 super(backupThread.getLooper()); in BackupHandler()101 mBackupThread = backupThread; in BackupHandler()