Searched refs:completedCommand (Results 1 – 1 of 1) sorted by relevance
2539 private void onConfigCompletedLocal(Message completedCommand) { in onConfigCompletedLocal() argument2541 Log.v(TAG, "onConfigCompleted: completedCommand=" + completedCommand); in onConfigCompletedLocal()2544 if (completedCommand.arg1 == COMMAND_TYPE_CONNECT) { in onConfigCompletedLocal()2545 Bundle data = completedCommand.getData(); in onConfigCompletedLocal()2547 int clientId = completedCommand.arg2; in onConfigCompletedLocal()2548 IWifiAwareEventCallback callback = (IWifiAwareEventCallback) completedCommand.obj; in onConfigCompletedLocal()2570 } else if (completedCommand.arg1 == COMMAND_TYPE_DISCONNECT) { in onConfigCompletedLocal()2574 } else if (completedCommand.arg1 == COMMAND_TYPE_RECONFIGURE) { in onConfigCompletedLocal()2579 Log.wtf(TAG, "onConfigCompletedLocal: unexpected completedCommand=" + completedCommand); in onConfigCompletedLocal()2645 private void onSessionConfigSuccessLocal(Message completedCommand, byte pubSubId, in onSessionConfigSuccessLocal() argument[all …]