Searched refs:getTombstones (Results 1 – 6 of 6) sorted by relevance
60 public List<File> getTombstones() throws DeviceNotAvailableException { in getTombstones() method in RemoteAndroidVirtualDevice64 return ((AdbSshConnection) getConnection()).getTombstones(); in getTombstones()68 return super.getTombstones(); in getTombstones()
1697 public List<File> getTombstones() throws DeviceNotAvailableException; in getTombstones() method
362 List<File> tombstones = mConnection.getTombstones(); in testGetRemoteTombstone()
902 public List<File> getTombstones() { in getTombstones() method in AdbSshConnection
3316 List<File> result = spy.getTombstones(); in testGetTombstones_notRoot()3332 List<File> result = spy.getTombstones(); in testGetTombstones()
5985 public List<File> getTombstones() throws DeviceNotAvailableException { in getTombstones() method in NativeDevice