Searched refs:FlushMetrics (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/service/contentcapture/ |
D | FlushMetrics.java | 28 public final class FlushMetrics implements Parcelable { class 61 public static final Creator<FlushMetrics> CREATOR = new Creator<FlushMetrics>() { 64 public FlushMetrics createFromParcel(Parcel in) { 65 final FlushMetrics flushMetrics = new FlushMetrics(); 75 public FlushMetrics[] newArray(int size) { 76 return new FlushMetrics[size];
|
D | IContentCaptureServiceCallback.aidl | 21 import android.service.contentcapture.FlushMetrics; 37 void writeSessionFlush(int sessionId, in ComponentName app, in FlushMetrics flushMetrics, in writeSessionFlush()
|
D | FlushMetrics.aidl | 20 parcelable FlushMetrics;
|
D | IContentProtectionAllowlistCallback.aidl | 21 import android.service.contentcapture.FlushMetrics;
|
D | ContentCaptureService.java | 549 final FlushMetrics metrics = new FlushMetrics(); in handleSendEvents() 751 @NonNull FlushMetrics flushMetrics, @Nullable ContentCaptureOptions options, in writeFlushMetrics()
|
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | ContentCaptureMetricsLogger.java | 22 import android.service.contentcapture.FlushMetrics; 72 @NonNull FlushMetrics fm, @NonNull ContentCaptureOptions options, in writeSessionFlush()
|
D | ContentCapturePerUserService.java | 56 import android.service.contentcapture.FlushMetrics; 719 public void writeSessionFlush(int sessionId, ComponentName app, FlushMetrics flushMetrics, in writeSessionFlush()
|
/frameworks/base/boot/ |
D | preloaded-classes | 6968 android.service.contentcapture.FlushMetrics$1 6969 android.service.contentcapture.FlushMetrics
|
D | boot-image-profile.txt | 29372 Landroid/service/contentcapture/FlushMetrics$1; 29373 Landroid/service/contentcapture/FlushMetrics;
|
/frameworks/base/config/ |
D | preloaded-classes | 6972 android.service.contentcapture.FlushMetrics$1 6973 android.service.contentcapture.FlushMetrics
|
D | boot-image-profile.txt | 39506 Landroid/service/contentcapture/FlushMetrics$1; 39507 Landroid/service/contentcapture/FlushMetrics;
|