Searched refs:EventLogArray (Results 1 – 2 of 2) sorted by relevance
53 import com.android.launcher3.util.EventLogArray;79 protected final EventLogArray mEventLogArray = new EventLogArray(TAG, MAX_DEBUG_EVENT_SIZE);
28 class EventLogArray(private val name: String, size: Int) { class