Searched refs:mEventLog (Results 1 – 2 of 2) sorted by relevance
61 private TextView mEventLog; field in PropertyTestFragment82 mEventLog = view.findViewById(R.id.tvEventLog); in onCreateView()93 mListView.setAdapter(new PropertyListAdapter(mPropInfo, mMgr, mEventLog, mScrollView, in onCreateView()171 mEventLog.setText(""); in onCreateView()
87 private final HashMap<Integer, VehiclePropertyEventInfo> mEventLog = new HashMap<>(); field in VehicleHal432 VehiclePropertyEventInfo info = mEventLog.get(v.prop); in onPropertyEvent()435 mEventLog.put(v.prop, info); in onPropertyEvent()474 for (VehiclePropertyEventInfo info : mEventLog.values()) { in dump()