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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DCustomContactListFilterActivity.java451 public final AccountInfo mAccountInfo; field in class:CustomContactListFilterActivity.AccountDisplay
473 mAccountInfo = accountInfo;
587 text1.setText(account.mAccountInfo.getNameLabel());
588 text1.setVisibility(!account.mAccountInfo.isDeviceAccount()
589 || account.mAccountInfo.hasDistinctName()
591 text2.setText(account.mAccountInfo.getTypeLabel());

Completed in 11 milliseconds