Searched refs:taskRootClassIndex (Results 1 – 2 of 2) sorted by relevance
991 final int taskRootClassIndex; in writeEventToParcel() local993 taskRootClassIndex = findStringIndex(event.mTaskRootClass); in writeEventToParcel()995 taskRootClassIndex = -1; in writeEventToParcel()1001 p.writeInt(taskRootClassIndex); in writeEventToParcel()1065 final int taskRootClassIndex = p.readInt(); in readEventFromParcel() local1066 if (taskRootClassIndex >= 0) { in readEventFromParcel()1067 eventOut.mTaskRootClass = mStringPool[taskRootClassIndex]; in readEventFromParcel()
455 final int taskRootClassIndex = stats.mStringCache.indexOf(event.mTaskRootClass); in writeEvent() local456 if (taskRootClassIndex >= 0) { in writeEvent()458 taskRootClassIndex + 1); in writeEvent()