Home
last modified time | relevance | path

Searched refs:tombstones (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLivePostflightTest.py70 tombstones = ad.get_file_names("/data/tombstones/")
71 if not tombstones: continue
72 for tombstone in tombstones:
/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DRemoteAndroidVirtualDeviceTest.java796 List<File> tombstones = mTestDevice.getTombstones(); in testGetRemoteTombstone() local
798 assertEquals(2, tombstones.size()); in testGetRemoteTombstone()
800 for (File f : tombstones) { in testGetRemoteTombstone()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java4943 List<File> tombstones = new ArrayList<>(); in getTombstones() local
4946 return tombstones; in getTombstones()
4951 tombstones.add(tombFile); in getTombstones()
4954 return tombstones; in getTombstones()
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py1034 tombstones = crashes[:]
1035 for tombstone in tombstones: