Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/robotests/backup/src/com/android/server/backup/
H A DUserBackupManagerServiceTest.java117 private HandlerThread mBackupThread; field in UserBackupManagerServiceTest
163 mBackupThread.quit(); in tearDown()
1057 mBackupThread, in testCreateAndInitializeService_postRegisterTransports()
1078 mBackupThread, in testCreateAndInitializeService_doesNotRegisterTransportsSynchronously()
1097 mBackupThread, in testCreateAndInitializeService_withNullContext_throws()
1113 mBackupThread, in testCreateAndInitializeService_withNullTrampoline_throws()
1145 mBackupThread, in testCreateAndInitializeService_withNullStateDir_throws()
1165 mBackupThread, in testCreateAndInitializeService_withNullDataDir_throws()
1185 mBackupThread, in testCreateAndInitializeService_withNullTransportManager_throws()
1203 mBackupThread, in testCreateAndInitializeService_registersPackageTrackingReceiver()
[all …]
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/internal/
H A DBackupHandler.java92 private final HandlerThread mBackupThread; field in BackupHandler
101 mBackupThread = backupThread; in BackupHandler()
141 mBackupThread.quitSafely(); in handleMessage()