Home | History | Annotate | Download | only in settings

Lines Matching full:buff

1845                     StringBuilder buff = new StringBuilder(aInfo.pkgName);
1846 buff.append(",");
1847 buff.append(aInfo.size);
1848 buff.append(",");
1849 buff.append(aInfo.appSize);
1850 buff.append(",");
1851 buff.append(aInfo.appName);
1853 Log.i(TAG, "Writing str : " + buff.toString() + " to file of length:" +
1854 buff.toString().length());
1857 byte[] byteBuff = buff.toString().getBytes();