Home
last modified time | relevance | path

Searched refs:callFollowup (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
DWifiNanHalMock.java77 public static native void callFollowup(String jsonArgs); in callFollowup() method in WifiNanHalMock
DWifiNanHalTest.java524 WifiNanHalMock.callFollowup(HalMockUtils.convertBundleToJson(args).toString()); in testFollowup()