Searched refs:getTombstones (Results 1 – 5 of 5) sorted by relevance
362 public List<File> getTombstones() throws DeviceNotAvailableException { in getTombstones() method in RemoteAndroidVirtualDevice388 return super.getTombstones(); in getTombstones()
1547 public List<File> getTombstones() throws DeviceNotAvailableException; in getTombstones() method
3148 List<File> result = spy.getTombstones(); in testGetTombstones_notRoot()3166 List<File> result = spy.getTombstones(); in testGetTombstones()
796 List<File> tombstones = mTestDevice.getTombstones(); in testGetRemoteTombstone()
4942 public List<File> getTombstones() throws DeviceNotAvailableException { in getTombstones() method in NativeDevice