Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java134 static final String GET_MODULEINFOS_CMD = "pm get-moduleinfo --all"; field in TestDevice
1388 checkApiLevelAgainstNextRelease(GET_MODULEINFOS_CMD, 29); in getMainlineModuleInfo()
1390 String output = executeShellCommand(GET_MODULEINFOS_CMD); in getMainlineModuleInfo()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceTest.java2626 injectShellResponse(TestDevice.GET_MODULEINFOS_CMD, output); in testGetMainlineModuleInfo()
2645 injectShellResponse(TestDevice.GET_MODULEINFOS_CMD, output); in testGetMainlineModuleInfoForBadOutput()