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

/frameworks/base/core/java/android/content/
H A DContentResolver.java1276 maybeLogUpdateToEventLog(durationMillis, url, "insert", null /* where */);
1341 maybeLogUpdateToEventLog(durationMillis, url, "bulkinsert", null /* where */);
1373 maybeLogUpdateToEventLog(durationMillis, url, "delete", where);
1409 maybeLogUpdateToEventLog(durationMillis, uri, "update", where);
2593 private void maybeLogUpdateToEventLog( method in class:ContentResolver

Completed in 75 milliseconds