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