Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java237 private boolean mIsInstantCommunicationModeEnabled = false; field in WifiAwareStateManager
683 boolean changed = mIsInstantCommunicationModeEnabled != enabled; in enableInstantCommunicationMode()
684 mIsInstantCommunicationModeEnabled = enabled; in enableInstantCommunicationMode()
696 return mIsInstantCommunicationModeEnabled; in isInstantCommunicationModeEnabled()
2432 mCurrentRangingEnabled, mIsInstantCommunicationModeEnabled); in connectLocal()
2491 rangingEnabled, mIsInstantCommunicationModeEnabled); in disconnectLocal()
2508 mIsInstantCommunicationModeEnabled); in reconfigureLocal()