Searched refs:mResourceType (Results 1 – 4 of 4) sorted by relevance
74 private final int mResourceType; field in ParcelableResource95 this.mResourceType = resourceType; in ParcelableResource()108 this.mResourceType = resourceType; in ParcelableResource()168 return mResourceType; in getResourceType()294 xmlSerializer.attributeInt(/* namespace= */ null, ATTR_RESOURCE_TYPE, mResourceType); in writeToXmlFile()323 && mResourceType == other.mResourceType; in equals()328 return Objects.hash(mResourceId, mPackageName, mResourceName, mResourceType); in hashCode()341 dest.writeInt(mResourceType); in writeToParcel()
100 private final ResourceType mResourceType; field in PartnerConfig103 return mResourceType; in getResourceType()112 this.mResourceType = type; in PartnerConfig()
151 , mResourceType(resType) in AaptFile()179 const String8& getResourceType() const { return mResourceType; } in getResourceType()196 String8 mResourceType; variable
2005 private final int mResourceType; field in RemoteViews.ResourceReflectionAction2011 this.mResourceType = resourceType; in ResourceReflectionAction()2017 this.mResourceType = in.readInt(); in ResourceReflectionAction()2024 dest.writeInt(this.mResourceType); in writeToParcel()2035 switch (this.mResourceType) { in getParameterValue()2071 throw new ActionException("unknown resource type: " + this.mResourceType); in getParameterValue()2092 private final int mResourceType; field in RemoteViews.AttributeReflectionAction2098 this.mResourceType = resourceType; in AttributeReflectionAction()2104 this.mResourceType = in.readInt(); in AttributeReflectionAction()2111 dest.writeInt(this.mResourceType); in writeToParcel()[all …]