Searched refs:enableInstantCommunicationMode (Results 1 – 9 of 9) sorted by relevance
192 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()
3698 mDut.enableInstantCommunicationMode(true); in testInstantCommunicationMode()3716 mDut.enableInstantCommunicationMode(false); in testInstantCommunicationMode()
42 void enableInstantCommunicationMode(in String callingPackage, boolean enable); in enableInstantCommunicationMode() method
233 public void enableInstantCommunicationMode(boolean enable) { in enableInstantCommunicationMode() method in WifiAwareManager238 mService.enableInstantCommunicationMode(mContext.getOpPackageName(), enable); in enableInstantCommunicationMode()
176 public void enableInstantCommunicationMode(String callingPackage, boolean enable) { in enableInstantCommunicationMode() method in WifiAwareServiceImpl183 mStateManager.enableInstantCommunicationMode(enable); in enableInstantCommunicationMode()
410 configSupplemental15.enableInstantCommunicationMode = isInstantCommunicationEnabled; in enableAndConfigure()
669 public void enableInstantCommunicationMode(boolean enabled) { in enableInstantCommunicationMode() method in WifiAwareStateManager
172 mDut.enableInstantCommunicationMode(true); in testEnableInstantCommunicationMode()173 verify(mockAwareService).enableInstantCommunicationMode(anyString(), eq(true)); in testEnableInstantCommunicationMode()
1025 method public void enableInstantCommunicationMode(boolean);