Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DBootReceiver.java85 private static final String TAG_TOMBSTONE = "SYSTEM_TOMBSTONE"; field in BootReceiver
487 TAG_TOMBSTONE); in addTombstoneToDropBox()
538 if (tag.equals(TAG_TOMBSTONE) && fileContents.contains(">>> system_server <<<")) { in addFileWithFootersToDropBox()
541 if (tag.equals(TAG_TOMBSTONE)) { in addFileWithFootersToDropBox()