HomeSort by relevance Sort by last modified time
    Searched defs:LogRec (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/android/internal/util/
StateMachine.java 449 public static class LogRec {
468 LogRec(StateMachine sm, Message msg, String info, IState state, IState orgState,
578 private Vector<LogRec> mLogRecVector = new Vector<LogRec>();
639 synchronized LogRec get(int index) {
667 mLogRecVector.add(new LogRec(sm, msg, messageInfo, state, orgState, transToState));
669 LogRec pmi = mLogRecVector.get(mOldestIndex);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 499 milliseconds