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.java175 assertDevicePathIsFile(dataStagedDir); in testStaging_stagingDirIsFile()
417 assertDevicePathIsFile(dataCurrentDir); in testCurrentDataDirIsFile()
902 assertDevicePathIsFile(file); in deleteDeviceFile()
962 private void assertDevicePathIsFile(PathPair path) throws DeviceNotAvailableException { in assertDevicePathIsFile() method in TzDataCheckTest