Searched refs:mPlatformVersion (Results 1 – 3 of 3) sorted by relevance
36 private int mPlatformVersion; field in ContextHubInfo66 mPlatformVersion = contextHub.platformVersion; in ContextHubInfo()134 return mPlatformVersion; in getPlatformVersion()261 retVal += "\n\tPlatformVersion : 0x" + Integer.toHexString(mPlatformVersion); in toString()306 mPlatformVersion = in.readInt(); in ContextHubInfo()333 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()
23994 Landroid/hardware/location/ContextHubInfo;->mPlatformVersion:I