Searched refs:DEFAULT_BUFFER_SIZE (Results 1 – 4 of 4) sorted by relevance
79 static constexpr auto DEFAULT_BUFFER_SIZE = 5_MB; variable89 size_t bufferSize = DEFAULT_BUFFER_SIZE;108 size_t mSizeInBytes = DEFAULT_BUFFER_SIZE;
79 private static final int DEFAULT_BUFFER_SIZE = 2000; field in IpConnectivityMetrics81 private static final int MAXIMUM_BUFFER_SIZE = DEFAULT_BUFFER_SIZE * 10;389 Settings.Global.CONNECTIVITY_METRICS_BUFFER_SIZE, DEFAULT_BUFFER_SIZE);391 return DEFAULT_BUFFER_SIZE;
39 private static final int DEFAULT_BUFFER_SIZE = 8192; field in InstallTask138 byte[] inputBuf = new byte[DEFAULT_BUFFER_SIZE]; in writeToOutputStreamFromAsset()
115 private static final int DEFAULT_BUFFER_SIZE = 8192; field in ProtoInputStream156 mBufferSize = DEFAULT_BUFFER_SIZE; in ProtoInputStream()167 this(stream, DEFAULT_BUFFER_SIZE); in ProtoInputStream()