Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/src/com/android/tests/sdksandbox/host/
DSdkSandboxStorageHostTest.java598 final String[] cacheChildren = getDevice().getChildren(dataPath); in testSdkDataPackageDirectory_IsClearedOnClearAppData() local
599 assertWithMessage(dataPath + " is not empty").that(cacheChildren).asList().isEmpty(); in testSdkDataPackageDirectory_IsClearedOnClearAppData()
637 final String[] cacheChildren = getDevice().getChildren(dataPath + "/cache"); in testSdkDataPackageDirectory_IsClearedOnFreeCache() local
638 assertWithMessage(dataPath + " is not empty").that(cacheChildren).asList().isEmpty(); in testSdkDataPackageDirectory_IsClearedOnFreeCache()
677 final String[] cacheChildren = getDevice().getChildren(dataPath + "/cache"); in testSdkDataPackageDirectory_IsClearedOnClearCache() local
678 assertWithMessage(dataPath + " is not empty").that(cacheChildren).asList().isEmpty(); in testSdkDataPackageDirectory_IsClearedOnClearCache()