Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DIWifiAwareManager.aidl43 boolean isInstantCommunicationModeEnabled(); in isInstantCommunicationModeEnabled() method
DWifiAwareManager.java251 public boolean isInstantCommunicationModeEnabled() { in isInstantCommunicationModeEnabled() method in WifiAwareManager
256 return mService.isInstantCommunicationModeEnabled(); in isInstantCommunicationModeEnabled()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareServiceImpl.java187 public boolean isInstantCommunicationModeEnabled() { in isInstantCommunicationModeEnabled() method in WifiAwareServiceImpl
189 return mStateManager.isInstantCommunicationModeEnabled(); in isInstantCommunicationModeEnabled()
DWifiAwareStateManager.java695 public boolean isInstantCommunicationModeEnabled() { in isInstantCommunicationModeEnabled() method in WifiAwareStateManager
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareServiceImplTest.java187 mDut.isInstantCommunicationModeEnabled(); in testInstantCommunicationMode()
188 verify(mAwareStateManagerMock).isInstantCommunicationModeEnabled(); in testInstantCommunicationMode()
DWifiAwareStateManagerTest.java3702 assertTrue(mDut.isInstantCommunicationModeEnabled()); in testInstantCommunicationMode()
3720 assertFalse(mDut.isInstantCommunicationModeEnabled()); in testInstantCommunicationMode()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/aware/
DWifiAwareManagerTest.java170 mDut.isInstantCommunicationModeEnabled(); in testEnableInstantCommunicationMode()
171 verify(mockAwareService).isInstantCommunicationModeEnabled(); in testEnableInstantCommunicationMode()
/packages/modules/Wifi/framework/api/
Dcurrent.txt782 method public boolean isInstantCommunicationModeEnabled();