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.java1139 public boolean doesFileExist(String deviceFilePath, int userId) in doesFileExist() method
DINativeDevice.java892 public boolean doesFileExist(String deviceFilePath) throws DeviceNotAvailableException; in doesFileExist() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1498 public boolean doesFileExist(String deviceFilePath) throws DeviceNotAvailableException { in doesFileExist() method in TestDevice
1511 public boolean doesFileExist(String deviceFilePath, int userId) in doesFileExist() method in TestDevice
DNativeDevice.java1703 public boolean doesFileExist(String deviceFilePath) throws DeviceNotAvailableException { in doesFileExist() method in NativeDevice
1709 public boolean doesFileExist(String deviceFilePath, int userId) in doesFileExist() method in NativeDevice