Searched refs:convertJsonToBundle (Results 1 – 2 of 2) sorted by relevance
159 Bundle argsData = HalMockUtils.convertJsonToBundle(mArgs.getValue()); in testPublishCancel()215 Bundle argsData = HalMockUtils.convertJsonToBundle(mArgs.getValue()); in testSubscribeCancel()233 Bundle argsData = HalMockUtils.convertJsonToBundle(mArgs.getValue()); in testSendMessage()604 Bundle argsData = HalMockUtils.convertJsonToBundle(mArgs.getValue()); in testEnable()665 Bundle argsData = HalMockUtils.convertJsonToBundle(mArgs.getValue()); in testPublish()714 Bundle argsData = HalMockUtils.convertJsonToBundle(mArgs.getValue()); in testSubscribe()
84 public static Bundle convertJsonToBundle(String jsonArgs) throws JSONException { in convertJsonToBundle() method in HalMockUtils