Searched refs:featureSlotPairs (Results 1 – 1 of 1) sorted by relevance
192 FeatureSlotPair[] featureSlotPairs = new FeatureSlotPair[mFeatures.size()]; in writeToParcel() local193 mFeatures.toArray(featureSlotPairs); in writeToParcel()195 dest.writeInt(featureSlotPairs.length); in writeToParcel()197 for (FeatureSlotPair featureSlotPair : featureSlotPairs) { in writeToParcel()