Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/
H A DUserBackupManagerServiceTest.java115 private HandlerThread mBackupThread; field in UserBackupManagerServiceTest
161 mBackupThread.quit(); in tearDown()
1035 mBackupThread, in testCreateAndInitializeService_postRegisterTransports()
1056 mBackupThread, in testCreateAndInitializeService_doesNotRegisterTransportsSynchronously()
1075 mBackupThread, in testCreateAndInitializeService_withNullContext_throws()
1091 mBackupThread, in testCreateAndInitializeService_withNullTrampoline_throws()
1123 mBackupThread, in testCreateAndInitializeService_withNullStateDir_throws()
1143 mBackupThread, in testCreateAndInitializeService_withNullDataDir_throws()
1163 mBackupThread, in testCreateAndInitializeService_withNullTransportManager_throws()
1181 mBackupThread, in testCreateAndInitializeService_registersPackageTrackingReceiver()
[all …]
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/internal/
H A DBackupHandler.java90 private final HandlerThread mBackupThread; field in BackupHandler
98 mBackupThread = backupThread; in BackupHandler()
137 mBackupThread.quitSafely(); in handleMessage()