Home
last modified time | relevance | path

Searched refs:logHistorySize (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/
DContentCaptureOptions.java75 public final int logHistorySize; field in ContentCaptureOptions
140 int logHistorySize, in ContentCaptureOptions() argument
149 logHistorySize,
162 int logHistorySize, in ContentCaptureOptions() argument
174 logHistorySize,
202 int logHistorySize, in ContentCaptureOptions() argument
213 this.logHistorySize = logHistorySize;
270 .append(logHistorySize) in toString()
297 pw.print(logHistorySize); in dumpShort()
324 parcel.writeInt(logHistorySize); in writeToParcel()
[all …]
/frameworks/base/core/tests/coretests/src/android/content/
DContentCaptureOptionsTest.java135 .append(CONTENT_CAPTURE_OPTIONS.logHistorySize) in testToString()
181 assertThat(actual.logHistorySize).isEqualTo(CONTENT_CAPTURE_OPTIONS.logHistorySize); in testParcelSerializationDeserialization()
/frameworks/base/core/java/android/view/contentcapture/
DMainContentCaptureSession.java227 final int logHistorySize = mManager.mOptions.logHistorySize; in MainContentCaptureSession() local
228 mFlushHistory = logHistorySize > 0 ? new LocalLog(logHistorySize) : null; in MainContentCaptureSession()
DMainContentCaptureSessionV2.java244 final int logHistorySize = mManager.mOptions.logHistorySize; in MainContentCaptureSessionV2() local
245 mFlushHistory = logHistorySize > 0 ? new LocalLog(logHistorySize) : null; in MainContentCaptureSessionV2()
/frameworks/base/core/api/
Dtest-current.txt1003 field public final int logHistorySize;