Searched refs:inputStreamToString (Results 1 – 8 of 8) sorted by relevance
41 public static String inputStreamToString(InputStream inputStream) { in inputStreamToString() method in Utils
67 String json = Utils.inputStreamToString(getResources() in createRows()
203 String json = Utils.inputStreamToString(getResources().openRawResource( in loadData()241 String json = Utils.inputStreamToString(getResources().openRawResource( in createRows()286 String json = Utils.inputStreamToString(getResources().openRawResource( in loadData()
71 .inputStreamToString(getResources().openRawResource(R.raw.launcher_cards)); in createRows()148 String json = Utils.inputStreamToString( in onItemClicked()
723 private static String inputStreamToString(InputStream in) throws IOException { in inputStreamToString() method in DiskLruCache761 return inputStreamToString(getInputStream(index)); in getString()804 return in != null ? inputStreamToString(in) : null; in getString()
111 .inputStreamToString(getResources().openRawResource(R.raw.cards_example)); in createRows()
70 .inputStreamToString(getResources().openRawResource(R.raw.detail_example)); in setupUi()
66 String json = Utils.inputStreamToString( in onCreate()