Searched refs:EXEC (Results 1 – 5 of 5) sorted by relevance
35 private static final String EXEC = "exec"; field in SppCommandTest54 propertyInfo.setName(EXEC); in verifyLaunchBrowserCommand()59 assertEquals(SppCommand.CommandId.EXEC, result.getSppCommandId()); in verifyLaunchBrowserCommand()72 propertyInfo.setName(EXEC); in verifyOtherCommandTypesReturnNull()88 propertyInfo.setName(EXEC); in verifyIncompleteCommandReturnNull()
52 public static final int EXEC = 0; field in SppCommand.CommandId60 sCommands.put("exec", CommandId.EXEC);93 case CommandId.EXEC: in SppCommand()
35 private static final String EXEC = "exec"; field in SoapParserTest66 propertyInfo.setName(EXEC); in verifyValidSppPostDevDataResponse()
37 private static final String EXEC = "exec"; field in PostDevDataResponseTest61 propertyInfo.setName(EXEC); in verifyValidPostDevDataResponse()
255 when(mSppCommand.getSppCommandId()).thenReturn(SppCommand.CommandId.EXEC); in setUp()