Missed these ones in the previous rename.

BUG=2581935

Change-Id: I12e7fc924d7164ab4a5ff7bd6ee52a10f7551ad4
This commit is contained in:
Brad Fitzpatrick
2010-04-08 14:08:54 -07:00
parent eb12e45f7a
commit a8fbedbf5e

View File

@@ -1307,7 +1307,7 @@ public abstract class ContentResolver {
String blockingPackage = ActivityThread.currentPackageName();
EventLog.writeEvent(
EventLogTags.CONTENT_QUERY_OPERATION,
EventLogTags.CONTENT_QUERY_SAMPLE,
uri.toString(),
projectionBuffer.toString(),
selection != null ? selection : "",
@@ -1329,7 +1329,7 @@ public abstract class ContentResolver {
}
String blockingPackage = ActivityThread.currentPackageName();
EventLog.writeEvent(
EventLogTags.CONTENT_UPDATE_OPERATION,
EventLogTags.CONTENT_UPDATE_SAMPLE,
uri.toString(),
operation,
selection != null ? selection : "",