Searched refs:completedCommand (Results 1 – 1 of 1) sorted by relevance
2768 private void onConfigCompletedLocal(Message completedCommand) { in onConfigCompletedLocal() argument2770 Log.v(TAG, "onConfigCompleted: completedCommand=" + completedCommand); in onConfigCompletedLocal()2773 if (completedCommand.arg1 == COMMAND_TYPE_CONNECT) { in onConfigCompletedLocal()2779 Bundle data = completedCommand.getData(); in onConfigCompletedLocal()2781 int clientId = completedCommand.arg2; in onConfigCompletedLocal()2782 IWifiAwareEventCallback callback = (IWifiAwareEventCallback) completedCommand.obj; in onConfigCompletedLocal()2805 } else if (completedCommand.arg1 == COMMAND_TYPE_DISCONNECT) { in onConfigCompletedLocal()2809 } else if (completedCommand.arg1 == COMMAND_TYPE_RECONFIGURE) { in onConfigCompletedLocal()2814 Log.wtf(TAG, "onConfigCompletedLocal: unexpected completedCommand=" + completedCommand); in onConfigCompletedLocal()2878 private void onSessionConfigSuccessLocal(Message completedCommand, byte pubSubId, in onSessionConfigSuccessLocal() argument[all …]