Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/item/
DDmesgActionInfoItem.java32 public static final String ACTION_NAME = "ACTION_NAME"; field in DmesgActionInfoItem
37 SOURCE_NAME, ACTION_NAME, ACTION_START_TIME));
52 setAttribute(ACTION_NAME, name); in DmesgActionInfoItem()
74 return (String) getAttribute(ACTION_NAME); in getActionName()
81 setAttribute(ACTION_NAME, stageName); in setActionName()