Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java130 static final String LIST_APEXES_CMD = "pm list packages --apex-only --show-versioncode -f"; field in TestDevice
1375 String output = executeShellCommand(LIST_APEXES_CMD); in getActiveApexes()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceTest.java2558 injectShellResponse(TestDevice.LIST_APEXES_CMD, output); in testGetActiveApexesPlatformSupportsPath()
2584 injectShellResponse(TestDevice.LIST_APEXES_CMD, output); in testGetActiveApexesPlatformDoesNotSupportPath()
2612 injectShellResponse(TestDevice.LIST_APEXES_CMD, output); in testGetActiveApexesForBadOutput()