Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/location/
H A DContextHubInfo.java37 private int mPlatformVersion; field in ContextHubInfo
67 mPlatformVersion = contextHub.platformVersion; in ContextHubInfo()
135 return mPlatformVersion; in getPlatformVersion()
262 retVal += "\n\tPlatformVersion : 0x" + Integer.toHexString(mPlatformVersion); in toString()
287 proto.write(ContextHubInfoProto.PLATFORM_VERSION, mPlatformVersion); in dump()
331 mPlatformVersion = in.readInt(); in ContextHubInfo()
358 out.writeInt(mPlatformVersion); in writeToParcel()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/resources/
H A DIconLoader.java29 private final int mPlatformVersion; field in IconLoader
39 mPlatformVersion = platformVersion; in IconLoader()
47 for (String resourceDir : Config.getResourceDirs(mPlatformVersion)) { in getIcon()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt23985 Landroid/hardware/location/ContextHubInfo;->mPlatformVersion:I