Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java499 options.isIsolatedStorageDisabled(), in runDeviceTests()
587 boolean isIsolatedStorageDisabled, in runDeviceTests() argument
604 isIsolatedStorageDisabled, in runDeviceTests()
643 boolean isIsolatedStorageDisabled, in runDeviceTests() argument
661 isIsolatedStorageDisabled, in runDeviceTests()
701 boolean isIsolatedStorageDisabled, in runDeviceTests() argument
720 isIsolatedStorageDisabled, in runDeviceTests()
786 boolean isIsolatedStorageDisabled, in doRunTests() argument
807 if (isIsolatedStorageDisabled && device.checkApiLevelAgainstNextRelease(29)) { in doRunTests()
DDeviceTestRunOptions.java205 public boolean isIsolatedStorageDisabled() { in isIsolatedStorageDisabled() method in DeviceTestRunOptions