Home
last modified time | relevance | path

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

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