Searched refs:getNameLabel (Results 1 – 11 of 11) sorted by relevance
77 assertEquals("user@example.com", displayable.getNameLabel()); in test_displayableAccount_hasNameFromAccount()88 assertEquals("Device Display Label", displayable.getNameLabel()); in test_displayableAccountForNullAccount_hasNameFromAccountType()101 assertEquals("Device Label", displayable.getNameLabel()); in test_displayableAccountForDeviceAccount_hasNameFromAccountType()119 assertEquals("first.device.account.name", displayable.getNameLabel()); in test_displayableAccountForDeviceAccountWhenMultiple_hasNameFromAccount()123 assertEquals("second.device.account.name", displayable2.getNameLabel()); in test_displayableAccountForDeviceAccountWhenMultiple_hasNameFromAccount()135 assertEquals("SIM", displayable.getNameLabel()); in test_displayableAccountForSimAccount_hasNameFromAccountType()148 assertEquals("sim.account.name", displayable.getNameLabel()); in test_displayableAccountForSimAccountWhenMultiple_hasNameFromAccount()
53 public CharSequence getNameLabel() { in getNameLabel() method in AccountInfo54 return mDisplayInfo.getNameLabel(); in getNameLabel()
51 public CharSequence getNameLabel() { in getNameLabel() method in AccountDisplayInfo
97 text2.setText(mAccounts.get(position).getNameLabel()); in getView()
238 info.getNameLabel().toString());
216 return accountInfo != null ? accountInfo.getNameLabel().toString() : null; in getAccountLabel()
791 : account.getNameLabel().toString(); in setAccountInfo()
157 accountInfo.getNameLabel())); in updateDisplayedAccounts()
277 textView.setText(displayableAccount.getNameLabel()); in getAccountItemView()
457 return defaultAccountInfo.getNameLabel();
594 text1.setText(account.mAccountInfo.getNameLabel());