Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/command/
DSppCommand.java38 private int mExecCommandId = -1; field in SppCommand
111 mExecCommandId = sExecs.get(commandInfo.getName()); in SppCommand()
114 switch (mExecCommandId) { in SppCommand()
158 mExecCommandId = -1; in SppCommand()
186 return mExecCommandId; in getExecCommandId()
199 && (mExecCommandId == that.getExecCommandId()) in equals()
205 return Objects.hash(mSppCommandId, mExecCommandId, mCommandData); in hashCode()
212 + ", mExecCommandId=" + mExecCommandId in toString()