Searched refs:subCommand (Results 1 – 4 of 4) sorted by relevance
73 SoapObject subCommand = new SoapObject(); in verifyOtherCommandTypesReturnNull() local75 propertyInfo.setValue(subCommand); in verifyOtherCommandTypesReturnNull()76 subCommand.addProperty(GET_CERT_COMMAND, ""); in verifyOtherCommandTypesReturnNull()89 SoapObject subCommand = new SoapObject(); in verifyIncompleteCommandReturnNull() local91 propertyInfo.setValue(subCommand); in verifyIncompleteCommandReturnNull()
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()
67 SoapObject subCommand = new SoapObject(); in verifyValidSppPostDevDataResponse() local69 propertyInfo.setValue(subCommand); in verifyValidSppPostDevDataResponse()70 subCommand.addProperty(BROWSER_COMMAND, TEST_URL); in verifyValidSppPostDevDataResponse()
61 SoapObject subCommand = new SoapObject(); in verifyValidPostDevDataResponse() local63 propertyInfo.setValue(subCommand); in verifyValidPostDevDataResponse()64 subCommand.addProperty(BROWSER_COMMAND, TEST_URL); in verifyValidPostDevDataResponse()