Lines Matching refs:isEmpty

110         public boolean isEmpty();
149 return TextUtils.isEmpty(mFamily) && TextUtils.isEmpty(mGiven)
150 && TextUtils.isEmpty(mMiddle) && TextUtils.isEmpty(mPrefix)
151 && TextUtils.isEmpty(mSuffix);
155 return TextUtils.isEmpty(mPhoneticFamily) && TextUtils.isEmpty(mPhoneticGiven)
156 && TextUtils.isEmpty(mPhoneticMiddle);
167 if (!TextUtils.isEmpty(mGiven)) {
170 if (!TextUtils.isEmpty(mFamily)) {
173 if (!TextUtils.isEmpty(mMiddle)) {
176 if (!TextUtils.isEmpty(mPrefix)) {
179 if (!TextUtils.isEmpty(mSuffix)) {
185 if (!TextUtils.isEmpty(mPhoneticGiven)) {
189 if (!TextUtils.isEmpty(mPhoneticFamily)) {
193 if (!TextUtils.isEmpty(mPhoneticMiddle)) {
209 public boolean isEmpty() {
210 return (TextUtils.isEmpty(mFamily) && TextUtils.isEmpty(mMiddle)
211 && TextUtils.isEmpty(mGiven) && TextUtils.isEmpty(mPrefix)
212 && TextUtils.isEmpty(mSuffix) && TextUtils.isEmpty(mFormatted)
213 && TextUtils.isEmpty(mPhoneticFamily) && TextUtils.isEmpty(mPhoneticMiddle)
214 && TextUtils.isEmpty(mPhoneticGiven) && TextUtils.isEmpty(mSortString));
339 public boolean isEmpty() {
340 return TextUtils.isEmpty(mNumber);
429 public boolean isEmpty() {
430 return TextUtils.isEmpty(mAddress);
566 if (TextUtils.isEmpty(mStreet)) {
567 if (TextUtils.isEmpty(mExtendedAddress)) {
573 if (TextUtils.isEmpty(mExtendedAddress)) {
603 if (!TextUtils.isEmpty(addressPart)) {
615 if (!TextUtils.isEmpty(addressPart)) {
630 public boolean isEmpty() {
631 return (TextUtils.isEmpty(mPobox)
632 && TextUtils.isEmpty(mExtendedAddress)
633 && TextUtils.isEmpty(mStreet)
634 && TextUtils.isEmpty(mLocalty)
635 && TextUtils.isEmpty(mRegion)
636 && TextUtils.isEmpty(mPostalCode)
637 && TextUtils.isEmpty(mCountry));
754 if (!TextUtils.isEmpty(mOrganizationName)) {
758 if (!TextUtils.isEmpty(mDepartmentName)) {
765 if (!TextUtils.isEmpty(mTitle)) {
802 public boolean isEmpty() {
803 return TextUtils.isEmpty(mOrganizationName) && TextUtils.isEmpty(mDepartmentName)
804 && TextUtils.isEmpty(mTitle) && TextUtils.isEmpty(mPhoneticName);
906 public boolean isEmpty() {
907 return TextUtils.isEmpty(mAddress);
1005 public boolean isEmpty() {
1086 public boolean isEmpty() {
1087 return TextUtils.isEmpty(mNickname);
1138 public boolean isEmpty() {
1139 return TextUtils.isEmpty(mNote);
1196 public boolean isEmpty() {
1197 return TextUtils.isEmpty(mWebsite);
1252 public boolean isEmpty() {
1253 return TextUtils.isEmpty(mBirthday);
1308 public boolean isEmpty() {
1309 return TextUtils.isEmpty(mAnniversary);
1383 public boolean isEmpty() {
1384 return TextUtils.isEmpty(mAddress);
1472 if (!TextUtils.isEmpty(value)) {
1481 public boolean isEmpty() {
1482 return TextUtils.isEmpty(mMimeType) || mDataList == null || mDataList.size() == 0;
1647 if (!elem.isEmpty()) {
1733 if (!elem.isEmpty()) {
1920 // Not use TextUtils.isEmpty() since ORG was set but the elements might be empty.
1996 && !(TextUtils.isEmpty(mNameData.mPhoneticFamily)
1997 && TextUtils.isEmpty(mNameData.mPhoneticMiddle) && TextUtils
1998 .isEmpty(mNameData.mPhoneticGiven))) {
2065 if (!(TextUtils.isEmpty(mNameData.mPhoneticFamily)
2066 && TextUtils.isEmpty(mNameData.mPhoneticMiddle) && TextUtils
2067 .isEmpty(mNameData.mPhoneticGiven))) {
2145 if (TextUtils.isEmpty(mNameData.mFormatted)) {
2172 if (!TextUtils.isEmpty(value)) {
2398 if (!TextUtils.isEmpty(propValue)) {
2416 if (TextUtils.isEmpty(propValue)) {
2475 if (!TextUtils.isEmpty(mNameData.mFormatted)) {