Searched refs:taskRootClassIndex (Results 1 – 2 of 2) sorted by relevance
737 final int taskRootClassIndex; in writeEventToParcel() local739 taskRootClassIndex = findStringIndex(event.mTaskRootClass); in writeEventToParcel()741 taskRootClassIndex = -1; in writeEventToParcel()747 p.writeInt(taskRootClassIndex); in writeEventToParcel()800 final int taskRootClassIndex = p.readInt(); in readEventFromParcel() local801 if (taskRootClassIndex >= 0) { in readEventFromParcel()802 eventOut.mTaskRootClass = mStringPool[taskRootClassIndex]; in readEventFromParcel()
452 final int taskRootClassIndex = stats.mStringCache.indexOf(event.mTaskRootClass); in writeEvent() local453 if (taskRootClassIndex >= 0) { in writeEvent()455 taskRootClassIndex + 1); in writeEvent()