Searched refs:enableAndConfigure (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareStateManagerTest.java | 271 inOrder.verify(mMockNative).enableAndConfigure(transactionId.capture(), in testRequestMacAddresses() 369 inOrder.verify(mMockNative).enableAndConfigure(transactionId.capture(), eq(configRequest), in testAwareDataPathInterfaceUpDown() 462 inOrder.verify(mMockNative).enableAndConfigure(transactionId.capture(), eq(configRequest), in testDisableUsageFlow() 506 inOrder.verify(mMockNative).enableAndConfigure(transactionId.capture(), eq(configRequest), in testDisableUsageFlow() 533 when(mMockNative.enableAndConfigure(anyShort(), any(), anyBoolean(), in testHalFailureEnableAndConfigure() 547 inOrder.verify(mMockNative).enableAndConfigure(transactionId.capture(), eq(configRequest), in testHalFailureEnableAndConfigure() 591 inOrder.verify(mMockNative).enableAndConfigure(transactionIdCapture.capture(), in testAwareEventsDelivery() 600 inOrder.verify(mMockNative).enableAndConfigure(transactionIdCapture.capture(), in testAwareEventsDelivery() 676 inOrder.verify(mMockNative).enableAndConfigure(transactionId.capture(), eq(configRequest), in testHalNoResponseTimeout() 740 inOrder.verify(mMockNative).enableAndConfigure(transactionId.capture(), in testPublishFail() [all …]
|
D | TestUtils.java | 50 public boolean enableAndConfigure(short transactionId, ConfigRequest configRequest, in enableAndConfigure() method in TestUtils.MonitoredWifiAwareNativeApi
|
D | WifiAwareNativeApiTest.java | 595 mDut.enableAndConfigure(transactionId, configRequest, notifyIdentityChange, in validateEnableAndConfigure()
|
D | WifiAwareDataPathStateManagerTest.java | 1805 inOrder.verify(mMockNative).enableAndConfigure(transactionId.capture(), in initOobDataPathEndPoint()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareStateManager.java | 2214 boolean success = mWifiAwareNativeApi.enableAndConfigure(transactionId, merged, in connectLocal() 2266 return mWifiAwareNativeApi.enableAndConfigure(transactionId, merged, notificationReqs, in disconnectLocal() 2280 return mWifiAwareNativeApi.enableAndConfigure(transactionId, mCurrentAwareConfiguration, in reconfigureLocal()
|
D | WifiAwareNativeApi.java | 334 public boolean enableAndConfigure(short transactionId, ConfigRequest configRequest, in enableAndConfigure() method in WifiAwareNativeApi
|