Home
last modified time | relevance | path

Searched defs:doesFileExist (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/contentprovider/
DContentProviderHandler.java284 public boolean doesFileExist(String deviceFilePath) throws DeviceNotAvailableException { in doesFileExist() method in ContentProviderHandler
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java1135 public boolean doesFileExist(String deviceFilePath, int userId) in doesFileExist() method
DINativeDevice.java884 public boolean doesFileExist(String deviceFilePath) throws DeviceNotAvailableException; in doesFileExist() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1488 public boolean doesFileExist(String deviceFilePath) throws DeviceNotAvailableException { in doesFileExist() method in TestDevice
1501 public boolean doesFileExist(String deviceFilePath, int userId) in doesFileExist() method in TestDevice
DNativeDevice.java1669 public boolean doesFileExist(String deviceFilePath) throws DeviceNotAvailableException { in doesFileExist() method in NativeDevice
1675 public boolean doesFileExist(String deviceFilePath, int userId) in doesFileExist() method in NativeDevice