Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareServiceImplTest.java192 mDut.enableInstantCommunicationMode(mPackageName, true); in testInstantCommunicationMode()
193 verify(mAwareStateManagerMock, never()).enableInstantCommunicationMode(eq(true)); in testInstantCommunicationMode()
196 mDut.enableInstantCommunicationMode(mPackageName, true); in testInstantCommunicationMode()
197 verify(mAwareStateManagerMock).enableInstantCommunicationMode(eq(true)); in testInstantCommunicationMode()
DWifiAwareStateManagerTest.java3698 mDut.enableInstantCommunicationMode(true); in testInstantCommunicationMode()
3716 mDut.enableInstantCommunicationMode(false); in testInstantCommunicationMode()
/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DIWifiAwareManager.aidl42 void enableInstantCommunicationMode(in String callingPackage, boolean enable); in enableInstantCommunicationMode() method
DWifiAwareManager.java233 public void enableInstantCommunicationMode(boolean enable) { in enableInstantCommunicationMode() method in WifiAwareManager
238 mService.enableInstantCommunicationMode(mContext.getOpPackageName(), enable); in enableInstantCommunicationMode()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareServiceImpl.java176 public void enableInstantCommunicationMode(String callingPackage, boolean enable) { in enableInstantCommunicationMode() method in WifiAwareServiceImpl
183 mStateManager.enableInstantCommunicationMode(enable); in enableInstantCommunicationMode()
DWifiAwareNativeApi.java410 configSupplemental15.enableInstantCommunicationMode = isInstantCommunicationEnabled; in enableAndConfigure()
DWifiAwareStateManager.java669 public void enableInstantCommunicationMode(boolean enabled) { in enableInstantCommunicationMode() method in WifiAwareStateManager
/packages/modules/Wifi/framework/tests/src/android/net/wifi/aware/
DWifiAwareManagerTest.java172 mDut.enableInstantCommunicationMode(true); in testEnableInstantCommunicationMode()
173 verify(mockAwareService).enableInstantCommunicationMode(anyString(), eq(true)); in testEnableInstantCommunicationMode()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt1025 method public void enableInstantCommunicationMode(boolean);