Home
last modified time | relevance | path

Searched refs:getExecCommandId (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/command/
DSppCommand.java185 public int getExecCommandId() { in getExecCommandId() method in SppCommand
199 && (mExecCommandId == that.getExecCommandId()) in equals()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/command/
DSppCommandTest.java60 assertEquals(SppCommand.ExecCommandId.BROWSER, result.getExecCommandId()); in verifyLaunchBrowserCommand()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvisioner.java473 if (devDataResponse.getSppCommand().getExecCommandId() in handleSoapMessageResponse()
476 + devDataResponse.getSppCommand().getExecCommandId()); in handleSoapMessageResponse()
482 Log.d(TAG, "Exec: " + devDataResponse.getSppCommand().getExecCommandId() + ", for '" in handleSoapMessageResponse()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProvisionerTest.java256 when(mSppCommand.getExecCommandId()).thenReturn(SppCommand.ExecCommandId.BROWSER); in setUp()
367 when(mSppCommand.getExecCommandId()).thenReturn(-1); in stopAfterStep()