Searched refs:formatKernelVersion (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/tests/src/com/android/settings/
H A DDeviceInfoSettingsTest.java27 fail("formatKernelVersion can't cope with this device's /proc/version");
32 assertEquals("Unavailable", DeviceInfoSettings.formatKernelVersion(""));
36 DeviceInfoSettings.formatKernelVersion("Linux version 2.6.38.8-gg784 " +
43 DeviceInfoSettings.formatKernelVersion("Linux version 3.0.31-g6fb96c9 " +
50 DeviceInfoSettings.formatKernelVersion("Linux version " +
/packages/apps/Settings/src/com/android/settings/
H A DDeviceInfoSettings.java269 return formatKernelVersion(readLine(FILENAME_PROC_VERSION));
280 public static String formatKernelVersion(String rawKernelVersion) { method in class:DeviceInfoSettings

Completed in 325 milliseconds