Searched refs:maxBufferSize (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/android/content/ |
H A D | ContentCaptureOptions.java | 55 public final int maxBufferSize; field in ContentCaptureOptions 129 int maxBufferSize, in ContentCaptureOptions() argument 138 maxBufferSize, 153 int maxBufferSize, in ContentCaptureOptions() argument 165 maxBufferSize, 195 int maxBufferSize, in ContentCaptureOptions() argument 206 this.maxBufferSize = maxBufferSize; 260 .append(maxBufferSize) in toString() 287 pw.print(maxBufferSize); in dumpShort() 317 parcel.writeInt(maxBufferSize); in writeToParcel() [all …]
|
/aosp14/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/ |
H A D | BufferPool.java | 32 public BufferPool(int initialBufferSize, int maxBufferSize, int maxBuffers) { in BufferPool() argument 34 mMaxBufferSize = maxBufferSize; in BufferPool()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/content/ |
H A D | ContentCaptureOptionsTest.java | 121 .append(CONTENT_CAPTURE_OPTIONS.maxBufferSize) in testToString() 155 assertThat(actual.maxBufferSize).isEqualTo(CONTENT_CAPTURE_OPTIONS.maxBufferSize); in testParcelSerializationDeserialization()
|
/aosp14/frameworks/base/core/java/android/view/contentcapture/ |
H A D | MainContentCaptureSession.java | 396 final int maxBufferSize = mManager.mOptions.maxBufferSize; in sendContentCaptureEvent() local 399 Log.v(TAG, "handleSendEvent(): creating buffer for " + maxBufferSize + " events"); in sendContentCaptureEvent() 401 mEvents = new ArrayList<>(maxBufferSize); in sendContentCaptureEvent() 471 final boolean bufferEvent = numberEvents < maxBufferSize; in sendContentCaptureEvent() 492 if (mState != STATE_ACTIVE && numberEvents >= maxBufferSize) { in sendContentCaptureEvent() 635 + " m=" + mManager.mOptions.maxBufferSize in flush() 899 pw.print('/'); pw.println(mManager.mOptions.maxBufferSize); in dump()
|
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
H A D | ContentCaptureMetricsLogger.java | 79 options.maxBufferSize, options.idleFlushingFrequencyMs, in writeSessionFlush()
|
/aosp14/frameworks/base/core/api/ |
H A D | test-current.txt | 884 field public final int maxBufferSize;
|