Searched refs:featureSlotPairs (Results 1 – 1 of 1) sorted by relevance
188 FeatureSlotPair[] featureSlotPairs = new FeatureSlotPair[mFeatures.size()]; in writeToParcel() local189 mFeatures.toArray(featureSlotPairs); in writeToParcel()191 dest.writeInt(featureSlotPairs.length); in writeToParcel()193 for (FeatureSlotPair featureSlotPair : featureSlotPairs) { in writeToParcel()