Searched refs:mBackupThread (Results 1 – 3 of 3) sorted by relevance
100 private HandlerThread mBackupThread; field in UserBackupManagerServiceTest125 mBackupThread = startSilentBackupThread(TAG); in setUp()126 mShadowBackupLooper = shadowOf(mBackupThread.getLooper()); in setUp()146 mBackupThread.quit(); in tearDown()1003 mBackupThread, in testCreateAndInitializeService_postRegisterTransports()1024 mBackupThread, in testCreateAndInitializeService_doesNotRegisterTransportsSynchronously()1043 mBackupThread, in testCreateAndInitializeService_withNullContext_throws()1059 mBackupThread, in testCreateAndInitializeService_withNullTrampoline_throws()1091 mBackupThread, in testCreateAndInitializeService_withNullStateDir_throws()1111 mBackupThread, in testCreateAndInitializeService_withNullDataDir_throws()[all …]
93 private final HandlerThread mBackupThread; field in BackupHandler99 mBackupThread = backupThread; in BackupHandler()120 mBackupThread.quitSafely(); in handleMessage()
90 private final HandlerThread mBackupThread; field in BackupManagerService114 mBackupThread = checkNotNull(backupThread); in BackupManagerService()