Searched refs:cacheChildren (Results 1 – 1 of 1) sorted by relevance
598 final String[] cacheChildren = getDevice().getChildren(dataPath); in testSdkDataPackageDirectory_IsClearedOnClearAppData() local599 assertWithMessage(dataPath + " is not empty").that(cacheChildren).asList().isEmpty(); in testSdkDataPackageDirectory_IsClearedOnClearAppData()637 final String[] cacheChildren = getDevice().getChildren(dataPath + "/cache"); in testSdkDataPackageDirectory_IsClearedOnFreeCache() local638 assertWithMessage(dataPath + " is not empty").that(cacheChildren).asList().isEmpty(); in testSdkDataPackageDirectory_IsClearedOnFreeCache()677 final String[] cacheChildren = getDevice().getChildren(dataPath + "/cache"); in testSdkDataPackageDirectory_IsClearedOnClearCache() local678 assertWithMessage(dataPath + " is not empty").that(cacheChildren).asList().isEmpty(); in testSdkDataPackageDirectory_IsClearedOnClearCache()