Searched refs:defaultDeviceAttributedOps (Results 1 – 1 of 1) sorted by relevance
5779 ArrayMap<String, AttributedOp> defaultDeviceAttributedOps = op.mDeviceAttributedOps.get( in dumpStatesLocked() local5782 final int numAttributions = defaultDeviceAttributedOps.size(); in dumpStatesLocked()5785 defaultDeviceAttributedOps.keyAt(i), filterAttributionTag)) { in dumpStatesLocked()5789 pw.print(prefix + defaultDeviceAttributedOps.keyAt(i) + "=[\n"); in dumpStatesLocked()5790 dumpStatesLocked(pw, nowElapsed, op, defaultDeviceAttributedOps.keyAt(i), now, sdf, in dumpStatesLocked()6510 ArrayMap<String, AttributedOp> defaultDeviceAttributedOps = op.mDeviceAttributedOps.get(6512 for (int tagIndex = 0; tagIndex < defaultDeviceAttributedOps.size();6514 AttributedOp attrOp = defaultDeviceAttributedOps.valueAt(tagIndex);