Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/tracing/perfetto/
DDataSourceParams.java85 this.mWillNotifyOnStop = value; in setWillNotifyOnStop()
104 this.mBufferExhaustedPolicy, this.mWillNotifyOnStop, this.mNoFlush); in build()
109 private boolean mWillNotifyOnStop = true; field in DataSourceParams.Builder