Home
last modified time | relevance | path

Searched refs:LogRec (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DStateMachineTest.java32 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/
DStateMachine.java451 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/
Dpreloaded-classes9353 com.android.internal.util.StateMachine$LogRec
Dboot-image-profile.txt30088 HSPLcom/android/internal/util/StateMachine$LogRec;-><init>(Lcom/android/internal/util/StateMachine;…
30089 HSPLcom/android/internal/util/StateMachine$LogRec;->update(Lcom/android/internal/util/StateMachine;…
49394 Lcom/android/internal/telephony/StateMachine$LogRec;
50469 Lcom/android/internal/util/StateMachine$LogRec;