HomeSort by relevance Sort by last modified time
    Searched defs:ownerAccount (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSimpleAdapter.java 89 String ownerAccount;
204 mData[p].ownerAccount = c.getString(mOwnerAccountColumn);
290 if (!TextUtils.isEmpty(mData[position].ownerAccount)
291 && !mData[position].ownerAccount.equals(name)
292 && !mData[position].ownerAccount.endsWith("calendar.google.com")) {
299 secondaryText.setText(mData[position].ownerAccount);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java     [all...]

Completed in 3102 milliseconds