Searched refs:LogRec (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
D | StateMachineTest.java | 32 import com.android.internal.util.StateMachine.LogRec; 70 LogRec lr = sm.getLogRec(i); in dumpLogRecs() 75 private void dumpLogRecs(Collection<LogRec> clr) { in dumpLogRecs() 78 for (LogRec lr : clr) { in dumpLogRecs() 147 Collection<LogRec> mLogRecs; 226 LogRec lr; in testStateMachineQuit() 227 Iterator<LogRec> itr = smQuitTest.mLogRecs.iterator(); in testStateMachineQuit() 248 public Collection<LogRec> mLogRecs = null; 330 Iterator<LogRec> itr = smQuitNowTest.mLogRecs.iterator(); in testStateMachineQuitNow() 331 LogRec lr = itr.next(); in testStateMachineQuitNow() [all …]
|
/frameworks/base/core/java/com/android/internal/util/ |
D | StateMachine.java | 451 public static class LogRec { class in StateMachine 470 LogRec(StateMachine sm, Message msg, String info, IState state, IState orgState, in LogRec() method in StateMachine.LogRec 580 private Vector<LogRec> mLogRecVector = new Vector<LogRec>(); 641 synchronized LogRec get(int index) { in get() 669 mLogRecVector.add(new LogRec(sm, msg, messageInfo, state, orgState, transToState)); in add() 671 LogRec pmi = mLogRecVector.get(mOldestIndex); in add() 1539 public final LogRec getLogRec(int index) { in getLogRec() 1549 public final Collection<LogRec> copyLogRecs() { in copyLogRecs() 1550 Vector<LogRec> vlr = new Vector<LogRec>(); in copyLogRecs() 1553 for (LogRec lr : smh.mLogRecords.mLogRecVector) { in copyLogRecs()
|
/frameworks/base/config/ |
D | preloaded-classes | 5135 com.android.internal.util.StateMachine$LogRec
|