Searched defs:cpo2 (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/tests/src/com/android/calendar/event/
H A DEditEventHelperTest.java1477 private static boolean cpoEquals(ContentProviderOperation cpo1, ContentProviderOperation cpo2) { argument
1478 if (cpo1 == null && cpo2 != null) {
1481 if (cpo1 == cpo2) {
1484 if (cpo2 == null) {
1493 String[] operations2 = cpo2.toString().split(",");

Completed in 80 milliseconds