Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java2768 private void onConfigCompletedLocal(Message completedCommand) { in onConfigCompletedLocal() argument
2770 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 …]