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

  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DeviceInfoResultTest.java 82 assertSerializeParse(DeviceInfoConstants.SYS_LIBRARIES, "");
83 assertSerializeParse(DeviceInfoConstants.SYS_LIBRARIES, "lib1;");
84 assertSerializeParse(DeviceInfoConstants.SYS_LIBRARIES, "lib1;lib2;");
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java 29 public static final String SYS_LIBRARIES = "systemlibraries";
DeviceInfoInstrument.java 139 addResult(SYS_LIBRARIES, sysLibraries);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java 107 String sysLibData = getMetric(metricsCopy, DeviceInfoConstants.SYS_LIBRARIES);
242 mMetrics.put(DeviceInfoConstants.SYS_LIBRARIES, parseSystemLibraries(parser));

Completed in 111 milliseconds