Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DContentResolver.java1233 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