Searched refs:mComponentType (Results 1 – 1 of 1) sorted by relevance
74 private @ComponentType int mComponentType; field in ResourceOveruseConfiguration164 this.mComponentType = componentType; in ResourceOveruseConfiguration()166 if (!(mComponentType == COMPONENT_TYPE_SYSTEM) in ResourceOveruseConfiguration()167 && !(mComponentType == COMPONENT_TYPE_VENDOR) in ResourceOveruseConfiguration()168 && !(mComponentType == COMPONENT_TYPE_THIRD_PARTY)) { in ResourceOveruseConfiguration()170 "componentType was " + mComponentType + " but must be one of: " in ResourceOveruseConfiguration()195 return mComponentType; in getComponentType()249 "componentType = " + componentTypeToString(mComponentType) + ", " + in toString()266 dest.writeInt(mComponentType); in writeToParcel()294 this.mComponentType = componentType; in ResourceOveruseConfiguration()[all …]