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

/frameworks/base/core/java/android/content/
H A DContentResolver.java916 maybeLogUpdateToEventLog(durationMillis, url, "insert", null /* where */);
977 maybeLogUpdateToEventLog(durationMillis, url, "bulkinsert", null /* where */);
1008 maybeLogUpdateToEventLog(durationMillis, url, "delete", where);
1042 maybeLogUpdateToEventLog(durationMillis, uri, "update", where);
1872 private void maybeLogUpdateToEventLog( method in class:ContentResolver

Completed in 32 milliseconds