Searched refs:LogRec (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
D | StateMachineTest.java | 31 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() 87 Collection<LogRec> mLogRecs; 166 LogRec lr; in testStateMachineQuit() 167 Iterator<LogRec> itr = smQuitTest.mLogRecs.iterator(); in testStateMachineQuit() 188 public Collection<LogRec> mLogRecs = null; 270 Iterator<LogRec> itr = smQuitNowTest.mLogRecs.iterator(); in testStateMachineQuitNow() 271 LogRec lr = itr.next(); in testStateMachineQuitNow() [all …]
|
/frameworks/base/core/java/com/android/internal/util/ |
D | StateMachine.java | 449 public static class LogRec { class in StateMachine 468 LogRec(StateMachine sm, Message msg, String info, IState state, IState orgState, in LogRec() method in StateMachine.LogRec 578 private Vector<LogRec> mLogRecVector = new Vector<LogRec>(); 639 synchronized LogRec get(int index) { in get() 667 mLogRecVector.add(new LogRec(sm, msg, messageInfo, state, orgState, transToState)); in add() 669 LogRec pmi = mLogRecVector.get(mOldestIndex); in add() 1473 public final LogRec getLogRec(int index) { in getLogRec() 1483 public final Collection<LogRec> copyLogRecs() { in copyLogRecs() 1484 Vector<LogRec> vlr = new Vector<LogRec>(); in copyLogRecs() 1487 for (LogRec lr : smh.mLogRecords.mLogRecVector) { in copyLogRecs()
|
/frameworks/base/ |
D | compiled-classes-phone | 5871 com.android.internal.util.StateMachine$LogRec
|