Searched refs:taskRootClassIndex (Results 1 – 2 of 2) sorted by relevance
868 final int taskRootClassIndex; in writeEventToParcel() local870 taskRootClassIndex = findStringIndex(event.mTaskRootClass); in writeEventToParcel()872 taskRootClassIndex = -1; in writeEventToParcel()878 p.writeInt(taskRootClassIndex); in writeEventToParcel()934 final int taskRootClassIndex = p.readInt(); in readEventFromParcel() local935 if (taskRootClassIndex >= 0) { in readEventFromParcel()936 eventOut.mTaskRootClass = mStringPool[taskRootClassIndex]; in readEventFromParcel()
448 final int taskRootClassIndex = stats.mStringCache.indexOf(event.mTaskRootClass); in writeEvent() local449 if (taskRootClassIndex >= 0) { in writeEvent()451 taskRootClassIndex + 1); in writeEvent()