Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java475 options.isIsolatedStorageDisabled(), in runDeviceTests()
558 boolean isIsolatedStorageDisabled, in runDeviceTests() argument
574 isIsolatedStorageDisabled, in runDeviceTests()
631 boolean isIsolatedStorageDisabled, in doRunTests() argument
642 if (isIsolatedStorageDisabled && device.checkApiLevelAgainstNextRelease(29)) { in doRunTests()
DDeviceTestRunOptions.java184 public boolean isIsolatedStorageDisabled() { in isIsolatedStorageDisabled() method in DeviceTestRunOptions