Home
last modified time | relevance | path

Searched defs:tombstones (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/device/connection/
DAdbSshConnectionTest.java362 List<File> tombstones = mConnection.getTombstones(); in testGetRemoteTombstone() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java5986 List<File> tombstones = new ArrayList<>(); in getTombstones() local