Searched refs:mAccountDisplayName (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/
H A DAccountSelectorAdapter.java489 private String mAccountDisplayName; field in class:AccountSelectorAdapter.CursorWithExtras
523 mAccountDisplayName = getCombinedViewDisplayName(context);
530 mAccountDisplayName = Utility.getFirstRowString(context,
533 if (mAccountDisplayName == null) {
613 return mAccountDisplayName;

Completed in 124 milliseconds