Searched refs:LogRec (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
D | StateMachineTest.java | 29 import com.android.internal.util.StateMachine.LogRec; 68 LogRec lr = sm.getLogRec(i); in dumpLogRecs() 73 private void dumpLogRecs(Collection<LogRec> clr) { in dumpLogRecs() 76 for (LogRec lr : clr) { in dumpLogRecs() 145 Collection<LogRec> mLogRecs; 224 LogRec lr; in testStateMachineQuit() 225 Iterator<LogRec> itr = smQuitTest.mLogRecs.iterator(); in testStateMachineQuit() 246 public Collection<LogRec> mLogRecs = null; 328 Iterator<LogRec> itr = smQuitNowTest.mLogRecs.iterator(); in testStateMachineQuitNow() 329 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 | 5134 com.android.internal.util.StateMachine$LogRec
|
D | boot-image-profile.txt | 24303 HSPLcom/android/internal/util/StateMachine$LogRec;->update(Lcom/android/internal/util/StateMachine;… 38131 Lcom/android/internal/util/StateMachine$LogRec;
|