am 21248080: Merge "Missed these ones in the previous rename." into froyo
Merge commit '2124808060a1eb5ea396238b7b99d2ed266b0b53' into froyo-plus-aosp * commit '2124808060a1eb5ea396238b7b99d2ed266b0b53': Missed these ones in the previous rename.
This commit is contained in:
@@ -1307,7 +1307,7 @@ public abstract class ContentResolver {
|
|||||||
String blockingPackage = ActivityThread.currentPackageName();
|
String blockingPackage = ActivityThread.currentPackageName();
|
||||||
|
|
||||||
EventLog.writeEvent(
|
EventLog.writeEvent(
|
||||||
EventLogTags.CONTENT_QUERY_OPERATION,
|
EventLogTags.CONTENT_QUERY_SAMPLE,
|
||||||
uri.toString(),
|
uri.toString(),
|
||||||
projectionBuffer.toString(),
|
projectionBuffer.toString(),
|
||||||
selection != null ? selection : "",
|
selection != null ? selection : "",
|
||||||
@@ -1329,7 +1329,7 @@ public abstract class ContentResolver {
|
|||||||
}
|
}
|
||||||
String blockingPackage = ActivityThread.currentPackageName();
|
String blockingPackage = ActivityThread.currentPackageName();
|
||||||
EventLog.writeEvent(
|
EventLog.writeEvent(
|
||||||
EventLogTags.CONTENT_UPDATE_OPERATION,
|
EventLogTags.CONTENT_UPDATE_SAMPLE,
|
||||||
uri.toString(),
|
uri.toString(),
|
||||||
operation,
|
operation,
|
||||||
selection != null ? selection : "",
|
selection != null ? selection : "",
|
||||||
|
|||||||
Reference in New Issue
Block a user