Searched refs:getNameLabel (Results 1 – 10 of 10) sorted by relevance
76 assertEquals("user@example.com", displayable.getNameLabel()); in test_displayableAccount_hasNameFromAccount()87 assertEquals("Device Display Label", displayable.getNameLabel()); in test_displayableAccountForNullAccount_hasNameFromAccountType()100 assertEquals("Device Label", displayable.getNameLabel()); in test_displayableAccountForDeviceAccount_hasNameFromAccountType()118 assertEquals("first.device.account.name", displayable.getNameLabel()); in test_displayableAccountForDeviceAccountWhenMultiple_hasNameFromAccount()122 assertEquals("second.device.account.name", displayable2.getNameLabel()); in test_displayableAccountForDeviceAccountWhenMultiple_hasNameFromAccount()134 assertEquals("SIM", displayable.getNameLabel()); in test_displayableAccountForSimAccount_hasNameFromAccountType()147 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
82 return AccountInfo.getAccount(mAccounts, defaultAccount).getNameLabel(); in getSummary()
97 text2.setText(mAccounts.get(position).getNameLabel()); in getView()
243 info.getNameLabel().toString());
216 return accountInfo != null ? accountInfo.getNameLabel().toString() : null; in getAccountLabel()
772 : account.getNameLabel().toString(); in setAccountInfo()
156 accountInfo.getNameLabel())); in updateDisplayedAccounts()
587 text1.setText(account.mAccountInfo.getNameLabel());