Searched refs:ExecCommandId (Results 1 – 4 of 4) sorted by relevance
69 public class ExecCommandId { class in SppCommand78 sExecs.put("launchBrowserToURI", ExecCommandId.BROWSER);79 sExecs.put("getCertificate", ExecCommandId.GET_CERT);80 sExecs.put("useClientCertTLS", ExecCommandId.USE_CLIENT_CERT_TLS);81 sExecs.put("uploadMO", ExecCommandId.UPLOAD_MO);115 case ExecCommandId.BROWSER: in SppCommand()123 case ExecCommandId.GET_CERT: //fall-through in SppCommand()124 case ExecCommandId.UPLOAD_MO: //fall-through in SppCommand()125 case ExecCommandId.USE_CLIENT_CERT_TLS: //fall-through in SppCommand()
60 assertEquals(SppCommand.ExecCommandId.BROWSER, result.getExecCommandId()); in verifyLaunchBrowserCommand()
474 != SppCommand.ExecCommandId.BROWSER) { in handleSoapMessageResponse()
257 when(mSppCommand.getExecCommandId()).thenReturn(SppCommand.ExecCommandId.BROWSER); in setUp()