Home
last modified time | relevance | path

Searched refs:backupThread (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/robotests/src/com/android/server/backup/testing/
DBackupManagerServiceTestUtils.java78 HandlerThread backupThread = new HandlerThread("backup"); in startBackupThreadAndGetLooper() local
79 backupThread.start(); in startBackupThreadAndGetLooper()
80 return backupThread.getLooper(); in startBackupThreadAndGetLooper()
92 HandlerThread backupThread = new HandlerThread("backup"); in startBackupThread() local
93 backupThread.setUncaughtExceptionHandler(exceptionHandler); in startBackupThread()
94 backupThread.start(); in startBackupThread()
95 return backupThread; in startBackupThread()
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java742 HandlerThread backupThread) { in create() argument
775 backupThread, in create()
785 HandlerThread backupThread, in BackupManagerService() argument
805 mBackupHandler = new BackupHandler(this, backupThread.getLooper()); in BackupManagerService()