Home | History | Annotate | Download | only in content

Lines Matching defs:bulkInsert

1642     public final int bulkInsert(@RequiresPermission.Write @NonNull Uri url,
1652 int rowsCreated = provider.bulkInsert(mPackageName, url, values);
1654 maybeLogUpdateToEventLog(durationMillis, url, "bulkinsert", null /* where */);