Home
last modified time | relevance | path

Searched refs:testDeviceInfo (Results 1 – 2 of 2) sorted by relevance

/cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/
DDeviceInfoTest.java34 private TestDeviceInfo testDeviceInfo = new TestDeviceInfo(); field in DeviceInfoTest
37 testDeviceInfo.setUp(); in testJsonFile()
38 testDeviceInfo.testCollectDeviceInfo(); in testJsonFile()
39 String resultFilePath = testDeviceInfo.getResultFilePath(); in testJsonFile()
/cts/tests/tests/midi/src/android/midi/cts/
DMidiEchoTest.java329 public void testDeviceInfo() throws Exception { in testDeviceInfo() method in MidiEchoTest