Searched refs:subCommand (Results 1 – 4 of 4) sorted by relevance
71 SoapObject subCommand = new SoapObject(); in verifyOtherCommandTypesReturnNull() local73 propertyInfo.setValue(subCommand); in verifyOtherCommandTypesReturnNull()74 subCommand.addProperty(GET_CERT_COMMAND, ""); in verifyOtherCommandTypesReturnNull()87 SoapObject subCommand = new SoapObject(); in verifyIncompleteCommandReturnNull() local89 propertyInfo.setValue(subCommand); in verifyIncompleteCommandReturnNull()
65 SoapObject subCommand = new SoapObject(); in verifyValidSppPostDevDataResponse() local67 propertyInfo.setValue(subCommand); in verifyValidSppPostDevDataResponse()68 subCommand.addProperty(BROWSER_COMMAND, TEST_URL); in verifyValidSppPostDevDataResponse()
60 SoapObject subCommand = new SoapObject(); in verifyValidPostDevDataResponse() local62 propertyInfo.setValue(subCommand); in verifyValidPostDevDataResponse()63 subCommand.addProperty(BROWSER_COMMAND, TEST_URL); in verifyValidPostDevDataResponse()
98 SoapObject subCommand = (SoapObject) soapResponse.getValue(); in SppCommand() local99 if (subCommand.getPropertyCount() != 1) { in SppCommand()102 + subCommand.getPropertyCount()); in SppCommand()106 subCommand.getPropertyInfo(0, commandInfo); in SppCommand()