Searched refs:getFieldName (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/logging/ |
D | LoggerUtils.java | 48 public static String getFieldName(int value, Class c) { in getFieldName() method in LoggerUtils 75 str += getFieldName(action.touch, Action.Touch.class); in getActionStr() 77 str += " direction=" + getFieldName(action.dir, Action.Direction.class); in getActionStr() 81 str += getFieldName(action.command, Action.Command.class); in getActionStr() 83 default: return getFieldName(action.type, Action.Type.class); in getActionStr() 87 str += " direction=" + getFieldName(action.dir, Action.Direction.class); in getActionStr() 102 str = getFieldName(t.controlType, ControlType.class); in getTargetStr() 105 str = getFieldName(t.containerType, ContainerType.class); in getTargetStr() 123 str += " " + getFieldName(t.tipType, TipType.class); in getTargetStr() 130 String typeStr = getFieldName(t.itemType, ItemType.class); in getItemStr()
|
D | DumpTargetWrapper.java | 110 String str = LoggerUtils.getFieldName(t.containerType, ContainerType.class); in getDumpTargetStr() 123 String typeStr = LoggerUtils.getFieldName(t.itemType, ItemType.class); in getItemStr()
|