Searched refs:maybeLogUpdateToEventLog (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DContentResolver.java1209 maybeLogUpdateToEventLog(durationMillis, url, "insert", null /* where */);
1270 maybeLogUpdateToEventLog(durationMillis, url, "bulkinsert", null /* where */);
1301 maybeLogUpdateToEventLog(durationMillis, url, "delete", where);
1335 maybeLogUpdateToEventLog(durationMillis, uri, "update", where);
2415 private void maybeLogUpdateToEventLog( method in class:ContentResolver

Completed in 49 milliseconds