blob: 9eda51b1bfc6af06a5efb2992d45884a40b6f958 [file] [log] [blame]
// Baseline format: 1.0
ActionValue: androidx.slice.Slice#EXTRA_SELECTION:
Inconsistent extra value; expected `androidx.slice.extra.SELECTION`, was `android.app.slice.extra.SELECTION`
ArrayReturn: androidx.slice.SliceProvider#bulkInsert(android.net.Uri, android.content.ContentValues[]) parameter #1:
Method parameter should be Collection<ContentValues> (or subclass) instead of raw array; was `android.content.ContentValues[]`
ContextFirst: androidx.slice.SliceConvert#wrap(android.app.slice.Slice, android.content.Context) parameter #1:
Context is distinct, so it must be the first argument (method `wrap`)