Home
last modified time | relevance | path

Searched refs:getKernelVersion (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/
H A DVintfRuntimeInfo.java86 public static native String getKernelVersion(); in getKernelVersion() method in VintfRuntimeInfo
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_VintfRuntimeInfo.cpp45 MAP_STRING_METHOD(getKernelVersion, vintf::to_string(info->kernelVersion()),
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DConnectivityManagerTest.java1373 final String kVersionString = VintfRuntimeInfo.getKernelVersion(); in isTcpKeepaliveSupportedByKernel()
1461 + VintfRuntimeInfo.getKernelVersion()); in testCreateTcpKeepalive()
/aosp12/frameworks/base/core/api/
H A Dtest-lint-baseline.txt1486 MissingNullability: android.os.VintfRuntimeInfo#getKernelVersion():
H A Dtest-current.txt1867 method public static String getKernelVersion();