Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/partner/
H A DPartnerConfig.java97 private final ResourceType mResourceType; field in PartnerConfig
100 return mResourceType; in getResourceType()
109 this.mResourceType = type; in PartnerConfig()
/aosp12/frameworks/base/tools/aapt/
H A DAaptAssets.h151 , mResourceType(resType) in AaptFile()
179 const String8& getResourceType() const { return mResourceType; } in getResourceType()
196 String8 mResourceType; variable
/aosp12/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1967 private final int mResourceType; field in RemoteViews.ResourceReflectionAction
1973 this.mResourceType = resourceType; in ResourceReflectionAction()
1979 this.mResourceType = in.readInt(); in ResourceReflectionAction()
1986 dest.writeInt(this.mResourceType); in writeToParcel()
1997 switch (this.mResourceType) { in getParameterValue()
2054 private final int mResourceType; field in RemoteViews.AttributeReflectionAction
2060 this.mResourceType = resourceType; in AttributeReflectionAction()
2066 this.mResourceType = in.readInt(); in AttributeReflectionAction()
2073 dest.writeInt(this.mResourceType); in writeToParcel()
2086 switch (this.mResourceType) { in getParameterValue()
[all …]