Home
last modified time | relevance | path

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

/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/util/
DFileDownloaderTest.java50 private Context mTargetContext; field in FileDownloaderTest
55 mTargetContext = InstrumentationRegistry.getTargetContext(); in setUp()
62 .get(mTargetContext.getCacheDir().getAbsolutePath(), "ota.zip") in download_downloadsChunkOfZip()
70 .get(mTargetContext.getCacheDir().getAbsolutePath(), "care_map.txt") in download_downloadsChunkOfZip()
DPayloadSpecsTest.java56 private Context mTargetContext; field in PayloadSpecsTest
66 mTargetContext = InstrumentationRegistry.getTargetContext(); in setUp()
69 mTestDir = mTargetContext.getCacheDir(); in setUp()
77 .get(mTargetContext.getCacheDir().getAbsolutePath(), "ota.zip") in forNonStreaming_works()
/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/
DUpdateConfigTest.java59 private Context mTargetContext; field in UpdateConfigTest
65 mTargetContext = InstrumentationRegistry.getTargetContext(); in setUp()