Home
last modified time | relevance | path

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

/cts/hostsidetests/tzdata/src/com/android/cts/tzdata/
DTzDataCheckTest.java176 assertDevicePathIsFile(dataStagedDir); in testStaging_stagingDirIsFile()
418 assertDevicePathIsFile(dataCurrentDir); in testCurrentDataDirIsFile()
903 assertDevicePathIsFile(file); in deleteDeviceFile()
963 private void assertDevicePathIsFile(PathPair path) throws DeviceNotAvailableException { in assertDevicePathIsFile() method in TzDataCheckTest