Searched refs:backupThread (Results 1 – 2 of 2) sorted by relevance
78 HandlerThread backupThread = new HandlerThread("backup"); in startBackupThreadAndGetLooper() local79 backupThread.start(); in startBackupThreadAndGetLooper()80 return backupThread.getLooper(); in startBackupThreadAndGetLooper()92 HandlerThread backupThread = new HandlerThread("backup"); in startBackupThread() local93 backupThread.setUncaughtExceptionHandler(exceptionHandler); in startBackupThread()94 backupThread.start(); in startBackupThread()95 return backupThread; in startBackupThread()
742 HandlerThread backupThread) { in create() argument775 backupThread, in create()785 HandlerThread backupThread, in BackupManagerService() argument805 mBackupHandler = new BackupHandler(this, backupThread.getLooper()); in BackupManagerService()