Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/
DScopedStorageHostTest.java169 if (isSdkLevelLessThanU()) { in testCheckInstallerAppAccessToObbDirs()
177 if (isSdkLevelLessThanU()) { in testCheckInstallerAppAccessToObbDirs()
187 if (isSdkLevelLessThanU()) { in testCheckInstallerAppCannotAccessDataDirs()
195 if (isSdkLevelLessThanU()) { in testCheckInstallerAppCannotAccessDataDirs()
395 private boolean isSdkLevelLessThanU() throws DeviceNotAvailableException { in isSdkLevelLessThanU() method in ScopedStorageHostTest