Searched refs:convertBundleToJson (Results 1 – 2 of 2) sorted by relevance
288 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 …]
115 public static JSONObject convertBundleToJson(Bundle bundle) throws JSONException { in convertBundleToJson() method in HalMockUtils