Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
DWifiNanHalTest.java288 HalMockUtils.convertBundleToJson(args).toString()); in testNotifyCapabilities()
327 HalMockUtils.convertBundleToJson(args).toString()); in testNotifyResponseConfigSuccess()
342 HalMockUtils.convertBundleToJson(args).toString()); in testNotifyResponseConfigFail()
360 HalMockUtils.convertBundleToJson(args).toString()); in testNotifyResponsePublishSuccess()
377 HalMockUtils.convertBundleToJson(args).toString()); in testNotifyResponsePublishFail()
394 HalMockUtils.convertBundleToJson(args).toString()); in testNotifyResponsePublishCancel()
411 HalMockUtils.convertBundleToJson(args).toString()); in testNotifyResponseSubscribeSuccess()
428 HalMockUtils.convertBundleToJson(args).toString()); in testNotifyResponseSubscribeFail()
445 HalMockUtils.convertBundleToJson(args).toString()); in testNotifyResponseSubscribeCancel()
460 HalMockUtils.convertBundleToJson(args).toString()); in testNotifyResponseTransmitFollowupSuccess()
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DHalMockUtils.java115 public static JSONObject convertBundleToJson(Bundle bundle) throws JSONException { in convertBundleToJson() method in HalMockUtils