HomeSort by relevance Sort by last modified time
    Searched refs:formatKernelVersion (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/tests/src/com/android/settings/
DeviceInfoSettingsTest.java 27 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/
DeviceInfoSettings.java 313 return formatKernelVersion(readLine(FILENAME_PROC_VERSION));
324 public static String formatKernelVersion(String rawKernelVersion) {

Completed in 190 milliseconds