Searched defs:TagRecord (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DGestureRecorder.java78 public class TagRecord extends Record { class in class:GestureRecorder.Gesture
80 public TagRecord(long when, String tag, String info) { method in class:GestureRecorder.Gesture.TagRecord
115 mRecords.add(new TagRecord(when, tag, info));

Completed in 27 milliseconds