Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/
H A DBackupManagerServiceTestUtils.java84 HandlerThread backupThread, in createUserBackupManagerServiceAndRunTasks() argument
93 backupThread, in createUserBackupManagerServiceAndRunTasks()
97 runToEndOfTasks(backupThread.getLooper()); in createUserBackupManagerServiceAndRunTasks()
183 HandlerThread backupThread = new HandlerThread("backup"); in startBackupThreadAndGetLooper() local
184 backupThread.start(); in startBackupThreadAndGetLooper()
185 return backupThread.getLooper(); in startBackupThreadAndGetLooper()
198 HandlerThread backupThread = new HandlerThread("backup"); in startBackupThread() local
199 backupThread.setUncaughtExceptionHandler(exceptionHandler); in startBackupThread()
200 backupThread.start(); in startBackupThread()
201 return backupThread; in startBackupThread()
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/internal/
H A DBackupHandler.java96 UserBackupManagerService backupManagerService, HandlerThread backupThread) { in BackupHandler() argument
97 super(backupThread.getLooper()); in BackupHandler()
98 mBackupThread = backupThread; in BackupHandler()