Searched defs:Step (Results 1 – 2 of 2) sorted by relevance
456 struct Step { struct457 enum class Type {467 Type type;470 String8 config_name;472 ApkAssetsCookie cookie = kInvalidCookie;
559 private abstract class Step implements Comparable<Step> { class in VibrationThread562 Step(long startTime) { in Step() method in VibrationThread.Step