Skip to content

Commit

Permalink
Fix for build breakage.
Browse files Browse the repository at this point in the history
Change-Id: I2704acc52076c7fadf5bdbd54955868dbc95e90a
  • Loading branch information
James Kung committed Apr 2, 2013
1 parent 5984bc3 commit 49bd484
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -31,11 +31,9 @@
import android.test.mock.MockResources;
import android.test.suitebuilder.annotation.SmallTest;
import android.test.suitebuilder.annotation.Smoke;
import android.text.TextUtils;
import android.text.format.DateUtils;
import android.text.format.Time;
import android.text.util.Rfc822Token;
import android.util.Log;

import com.android.calendar.AbstractCalendarActivity;
import com.android.calendar.AsyncQueryService;
Expand Down Expand Up @@ -1558,7 +1556,7 @@ private CalendarEventModel buildTestModel() {
model.mGuestsCanModify = false;
model.mEventStatus = Events.STATUS_CONFIRMED;
int displayColor = Utils.getDisplayColorFromColor(-2350809);
model.mEventColor = displayColor;
model.setEventColor(displayColor);
model.mCalendarAccountName = "steve.owner@gmail.com";
model.mCalendarAccountType = "gmail.com";
EventColorCache cache = new EventColorCache();
Expand Down

0 comments on commit 49bd484

Please sign in to comment.