Searched refs:getExecCommandId (Results 1 – 4 of 4) sorted by relevance
185 public int getExecCommandId() { in getExecCommandId() method in SppCommand199 && (mExecCommandId == that.getExecCommandId()) in equals()
60 assertEquals(SppCommand.ExecCommandId.BROWSER, result.getExecCommandId()); in verifyLaunchBrowserCommand()
473 if (devDataResponse.getSppCommand().getExecCommandId() in handleSoapMessageResponse()476 + devDataResponse.getSppCommand().getExecCommandId()); in handleSoapMessageResponse()482 Log.d(TAG, "Exec: " + devDataResponse.getSppCommand().getExecCommandId() + ", for '" in handleSoapMessageResponse()
256 when(mSppCommand.getExecCommandId()).thenReturn(SppCommand.ExecCommandId.BROWSER); in setUp()367 when(mSppCommand.getExecCommandId()).thenReturn(-1); in stopAfterStep()