Home
last modified time | relevance | path

Searched refs:mResourceType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/admin/
DParcelableResource.java74 private final int mResourceType; field in ParcelableResource
95 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()
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/partner/
DPartnerConfig.java100 private final ResourceType mResourceType; field in PartnerConfig
103 return mResourceType; in getResourceType()
112 this.mResourceType = type; in PartnerConfig()
/frameworks/base/tools/aapt/
DAaptAssets.h151 , mResourceType(resType) in AaptFile()
179 const String8& getResourceType() const { return mResourceType; } in getResourceType()
196 String8 mResourceType; variable
/frameworks/base/core/java/android/widget/
DRemoteViews.java2005 private final int mResourceType; field in RemoteViews.ResourceReflectionAction
2011 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.AttributeReflectionAction
2098 this.mResourceType = resourceType; in AttributeReflectionAction()
2104 this.mResourceType = in.readInt(); in AttributeReflectionAction()
2111 dest.writeInt(this.mResourceType); in writeToParcel()
[all …]