Lines Matching refs:isEmpty

1526         return (!TextUtils.isEmpty(rrule) ||
1527 !TextUtils.isEmpty(rdate) ||
1528 !TextUtils.isEmpty(originalId) ||
1529 !TextUtils.isEmpty(originalSyncId));
1771 if (!TextUtils.isEmpty(color_index)) {
1793 if (TextUtils.isEmpty(cursor.getString(rruleCol))) {
1803 if (!TextUtils.isEmpty(cursor.getString(originalIdCol))) {
1808 boolean createSingleException = TextUtils.isEmpty(modValues.getAsString(Events.RRULE));
2097 if (TextUtils.isEmpty(syncId) || TextUtils.isEmpty(calendarId) ||
2098 (TextUtils.isEmpty(rrule) && TextUtils.isEmpty(rdate))) {
2167 if (!TextUtils.isEmpty(color_id)) {
2202 if (!TextUtils.isEmpty(originalSyncId)) {
2251 if (!TextUtils.isEmpty(cal_color_id)) {
2269 if (TextUtils.isEmpty(accountName) || TextUtils.isEmpty(accountType)) {
2273 if (TextUtils.isEmpty(colorIndex)) {
2435 if (!TextUtils.isEmpty(rrule)) {
2488 boolean hasDuration = !TextUtils.isEmpty(values.getAsString(Events.DURATION));
2489 boolean hasRrule = !TextUtils.isEmpty(values.getAsString(Events.RRULE));
2490 boolean hasRdate = !TextUtils.isEmpty(values.getAsString(Events.RDATE));
2491 boolean hasOriginalEvent = !TextUtils.isEmpty(values.getAsString(Events.ORIGINAL_SYNC_ID));
2569 if (TextUtils.isEmpty(values.getAsString(Events.CALENDAR_ID))) {
2572 if (TextUtils.isEmpty(values.getAsString(Events.EVENT_TIMEZONE))) {
2578 boolean hasDuration = !TextUtils.isEmpty(values.getAsString(Events.DURATION));
2579 boolean hasRrule = !TextUtils.isEmpty(values.getAsString(Events.RRULE));
2580 boolean hasRdate = !TextUtils.isEmpty(values.getAsString(Events.RDATE));
2610 if (TextUtils.isEmpty(mutators)) {
2632 if (TextUtils.isEmpty(originalSyncId) || TextUtils.isEmpty(calendarId)) {
2947 if (TextUtils.isEmpty(tz)) {
3016 if (allDay || TextUtils.isEmpty(timezone)) {
3196 if (!TextUtils.isEmpty(selection)) {
3230 boolean emptySyncId = TextUtils.isEmpty(syncId);
3242 boolean isRecurrence = !TextUtils.isEmpty(rrule) || !TextUtils.isEmpty(rdate);
3375 if (!TextUtils.isEmpty(selection)) {
3486 if (!TextUtils.isEmpty(selection)) {
3496 if (TextUtils.isEmpty(selection)) {
3680 if (!TextUtils.isEmpty(originalSyncId)) {
3789 if (!TextUtils.isEmpty(color_id)) {
4006 if (!TextUtils.isEmpty(color_id)) {
4009 if (TextUtils.isEmpty(accountName) || TextUtils.isEmpty(accountType)) {
4219 if (TextUtils.isEmpty(accountName) || TextUtils.isEmpty(accountType)) {
4258 if (!TextUtils.isEmpty(accountName)) {
4274 if (!TextUtils.isEmpty(selection)) {
4306 if (!TextUtils.isEmpty(selection)) {
4399 if (TextUtils.isEmpty(accountName) || TextUtils.isEmpty(accountType)) {
4405 if (TextUtils.isEmpty(accountName) || TextUtils.isEmpty(accountType)) {
4503 if (TextUtils.isEmpty(calendarUrl)) {
5093 if (TextUtils.isEmpty(mutators)) {