Home
last modified time | relevance | path

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

/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DStateMachineTest.java29 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/
DStateMachine.java452 public static class LogRec { class in StateMachine
471 LogRec(StateMachine sm, Message msg, String info, IState state, IState orgState, in LogRec() method in StateMachine.LogRec
581 private Vector<LogRec> mLogRecVector = new Vector<LogRec>();
642 synchronized LogRec get(int index) { in get()
670 mLogRecVector.add(new LogRec(sm, msg, messageInfo, state, orgState, transToState)); in add()
672 LogRec pmi = mLogRecVector.get(mOldestIndex); in add()
1540 public final LogRec getLogRec(int index) { in getLogRec()
1550 public final Collection<LogRec> copyLogRecs() { in copyLogRecs()
1551 Vector<LogRec> vlr = new Vector<LogRec>(); in copyLogRecs()
1554 for (LogRec lr : smh.mLogRecords.mLogRecVector) { in copyLogRecs()
/frameworks/base/boot/
Dpreloaded-classes9599 com.android.internal.telephony.StateMachine$LogRec
10553 com.android.internal.util.StateMachine$LogRec
Dboot-image-profile.txt34026 Lcom/android/internal/telephony/StateMachine$LogRec;
35285 Lcom/android/internal/util/StateMachine$LogRec;
/frameworks/base/config/
Dpreloaded-classes9620 com.android.internal.telephony.StateMachine$LogRec
10574 com.android.internal.util.StateMachine$LogRec
Dboot-image-profile.txt43690 Lcom/android/internal/telephony/StateMachine$LogRec;
44949 Lcom/android/internal/util/StateMachine$LogRec;