Searched refs:jsonFileToString (Results 1 – 2 of 2) sorted by relevance
89 String jsonFileToString(Context context, @RawRes int resId); in jsonFileToString() method113 String jsonString = mJsonReader.jsonFileToString(mContext, R.raw.car_config); in init()
46 public String jsonFileToString(Context context, @RawRes int resId) { in jsonFileToString() method in JsonReaderImpl