Home
last modified time | relevance | path

Searched refs:mOsVersion (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DDSULoader.java210 int mOsVersion = -1; field in DSULoader.DSUPackage
224 mOsVersion = dessertNumber(jsn.getString(OS_VERSION), Q_OS_BASE); in DSUPackage()
298 if (mOsVersion > 0) { in isSupported()
303 } else if (mOsVersion < os) { in isSupported()
304 Slog.i(TAG, mOsVersion + " < " + os); in isSupported()
/aosp12/system/libvintf/test/
H A DRuntimeInfo-fake.cpp43 mOsVersion = "#4 SMP PREEMPT Wed Feb 1 18:10:52 PST 2017"; in doFetch()
H A DLibVintfTest.cpp197 info.mOsVersion = "#4 SMP PREEMPT Wed Feb 1 18:10:52 PST 2017"; in testRuntimeInfo()
/aosp12/system/libvintf/include/vintf/
H A DRuntimeInfo.h134 std::string mOsVersion; member
/aosp12/system/libvintf/
H A DRuntimeInfo.cpp44 return mOsVersion; in osVersion()
H A DRuntimeInfo-target.cpp125 mRuntimeInfo->mOsVersion = buf.version; in fetchVersion()