Home
last modified time | relevance | path

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

/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DBackupUtilsTest.java42 private boolean mIsDumpsysCommandCalled; field in BackupUtilsTest
48 mIsDumpsysCommandCalled = false; in setUp()
268 mIsDumpsysCommandCalled = true; in testWaitForBackupInitialization_whenEnabled()
274 assertTrue(mIsDumpsysCommandCalled); in testWaitForBackupInitialization_whenEnabled()
285 mIsDumpsysCommandCalled = true; in testWaitForBackupInitialization_whenDisabled()
291 assertTrue(mIsDumpsysCommandCalled); in testWaitForBackupInitialization_whenDisabled()
304 assertTrue(mIsDumpsysCommandCalled); in testWaitUntilBackupServiceIsRunning_whenRunning_doesntThrow()
320 assertTrue(mIsDumpsysCommandCalled); in testWaitUntilBackupServiceIsRunning_whenNotRunning_throws()
331 mIsDumpsysCommandCalled = true; in constructDumpsysForBackupUsers()
347 mIsDumpsysCommandCalled = true;
[all …]