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