Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java3871 instantModeChannel = getAwareInstantCommunicationChannel(instantMode); in connectLocal()
3954 instantModeChannel = getAwareInstantCommunicationChannel(instantMode); in disconnectLocal()
3983 instantModeChannel = getAwareInstantCommunicationChannel(instantMode); in reconfigureLocal()
5725 private int getAwareInstantCommunicationChannel(int instantMode) { in getAwareInstantCommunicationChannel() method