OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onSessionConfigSuccessResponse
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareNativeCallback.java
130
mWifiAwareStateManager.
onSessionConfigSuccessResponse
(id, true, publishId);
158
mWifiAwareStateManager.
onSessionConfigSuccessResponse
(id, false, subscribeId);
WifiAwareStateManager.java
555
public void
onSessionConfigSuccessResponse
(short transactionId, boolean isPublish,
[
all
...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareStateManagerTest.java
462
mDut.
onSessionConfigSuccessResponse
(transactionId.getValue(), true, 9999);
575
mDut.
onSessionConfigSuccessResponse
(transactionId.getValue(), true, publishId);
649
mDut.
onSessionConfigSuccessResponse
(transactionId.getValue(), true, publishId);
671
mDut.
onSessionConfigSuccessResponse
(transactionId.getValue(), true, publishId);
[
all
...]
Completed in 290 milliseconds