Searched refs:maybeLogUpdateToEventLog (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/content/ |
D | ContentResolver.java | 1589 maybeLogUpdateToEventLog(durationMillis, url, "insert", null /* where */); in insert() 1654 maybeLogUpdateToEventLog(durationMillis, url, "bulkinsert", null /* where */); in bulkInsert() 1686 maybeLogUpdateToEventLog(durationMillis, url, "delete", where); in delete() 1722 maybeLogUpdateToEventLog(durationMillis, uri, "update", where); in update() 2957 private void maybeLogUpdateToEventLog( in maybeLogUpdateToEventLog() method in ContentResolver
|