Searched refs:mBackupThread (Results 1 – 2 of 2) sorted by relevance
117 private HandlerThread mBackupThread; field in UserBackupManagerServiceTest142 mBackupThread = startSilentBackupThread(TAG); in setUp()143 mShadowBackupLooper = shadowOf(mBackupThread.getLooper()); in setUp()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()[all …]
92 private final HandlerThread mBackupThread; field in BackupHandler101 mBackupThread = backupThread; in BackupHandler()141 mBackupThread.quitSafely(); in handleMessage()