Searched defs:testStorage (Results 1 – 3 of 3) sorted by relevance
116 String testStorage = getTestStorage(mTestRule.getTestFramework().getContext()); in testPurgeOldVersion() local205 String testStorage = getTestStorage(mTestRule.getTestFramework().getContext()); in testCacheVersionCurrent() local272 String testStorage = getTestStorage(mTestRule.getTestFramework().getContext()); in testEnableHttpCacheThrowsIfStoragePathNotSet() local284 String testStorage = getTestStorage(mTestRule.getTestFramework().getContext()); in testPrefsFileCreatedWithoutHttpCache() local
70 private @MonotonicNonNull PlatformTestStorage testStorage; field in AccessibilityValidator381 PlatformTestStorage testStorage, List<AccessibilityViewCheckResult> results) { in saveResultImages()604 boolean write(PlatformTestStorage testStorage, Bitmap bitmap, String path) { in write()
57 private val testStorage = TestStorage() in <lambda>() constant in com.android.onboarding.bedsteadonboarding.OnboardingTestsRule