Searched refs:MESSAGE_BUNDLE_KEY_SESSION_ID (Results 1 – 1 of 1) sorted by relevance
177 private static final String MESSAGE_BUNDLE_KEY_SESSION_ID = "session_id"; field in WifiAwareStateManager785 msg.getData().putInt(MESSAGE_BUNDLE_KEY_SESSION_ID, sessionId); in updatePublish()812 msg.getData().putInt(MESSAGE_BUNDLE_KEY_SESSION_ID, sessionId); in updateSubscribe()825 msg.getData().putInt(MESSAGE_BUNDLE_KEY_SESSION_ID, sessionId); in sendMessage()1787 int sessionId = msg.getData().getInt(MESSAGE_BUNDLE_KEY_SESSION_ID); in processCommand()1807 int sessionId = msg.getData().getInt(MESSAGE_BUNDLE_KEY_SESSION_ID); in processCommand()1864 int sessionId = sendMessage.getData().getInt(MESSAGE_BUNDLE_KEY_SESSION_ID); in processCommand()2945 int sessionId = completedCommand.getData().getInt(MESSAGE_BUNDLE_KEY_SESSION_ID); in onSessionConfigSuccessLocal()3010 int sessionId = failedCommand.getData().getInt(MESSAGE_BUNDLE_KEY_SESSION_ID); in onSessionConfigFailLocal()3050 int sessionId = completedCommand.getData().getInt(MESSAGE_BUNDLE_KEY_SESSION_ID); in onMessageSendSuccessLocal()[all …]