Home
last modified time | relevance | path

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

/cts/hostsidetests/tzdata/src/com/android/cts/tzdata/
DTzDataCheckTest.java145 assertDeviceFileExists(baseTzFilesDir + "tz_version"); in testExpectedBaseFilesExist()
146 assertDeviceFileExists(baseTzFilesDir + "tzdata"); in testExpectedBaseFilesExist()
147 assertDeviceFileExists(baseTzFilesDir + "tzlookup.xml"); in testExpectedBaseFilesExist()
933 private void assertDeviceFileExists(String s) throws DeviceNotAvailableException { in assertDeviceFileExists() method in TzDataCheckTest
938 assertDeviceFileExists(path.devicePath); in assertDevicePathExists()