Searched refs:mPlatformVersion (Results 1 – 3 of 3) sorted by relevance
37 private int mPlatformVersion; field in ContextHubInfo67 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()
29 private final int mPlatformVersion; field in IconLoader39 mPlatformVersion = platformVersion; in IconLoader()47 for (String resourceDir : Config.getResourceDirs(mPlatformVersion)) { in getIcon()
23985 Landroid/hardware/location/ContextHubInfo;->mPlatformVersion:I