Searched refs:maxBytes (Results 1 – 7 of 7) sorted by relevance
82 public InputStreamSource getLogcatData(int maxBytes) { in getLogcatData() argument83 return mReceiver.getData(maxBytes); in getLogcatData()87 public InputStreamSource getLogcatData(int maxBytes, int offset) { in getLogcatData() argument88 return mReceiver.getData(maxBytes, offset); in getLogcatData()
103 public synchronized InputStreamSource getData(final int maxBytes) { in getData() argument104 return getData(maxBytes, 0); in getData()115 public synchronized InputStreamSource getData(final int maxBytes, final int offset) { in getData() argument120 final FixedByteArrayOutputStream os = new FixedByteArrayOutputStream(maxBytes); in getData()
34 public InputStreamSource getLogcatData(int maxBytes); in getLogcatData() argument43 public default InputStreamSource getLogcatData(int maxBytes, int offset) { in getLogcatData() argument44 return getLogcatData(maxBytes); in getLogcatData()
824 public InputStreamSource getLogcat(int maxBytes); in getLogcat() argument
2158 public InputStreamSource getLogcat(int maxBytes) { in getLogcat() argument2164 return mLogcatReceiver.getLogcatData(maxBytes); in getLogcat()
71 public InputStreamSource getLogcatData(int maxBytes) { in getLogcatData() argument72 return mReceiver.getData(maxBytes); in getLogcatData()
326 return MovableRotatingFileHandler(filename, maxBytes=10485760,