Searched refs:authTitle (Results 1 – 1 of 1) sorted by relevance
104 String authTitle = getAuthTitle(targetContext, authDesc); in updateAccounts() local121 preference.setTitle(authTitle != null ? authTitle : account.name); in updateAccounts()123 preference.setSummary(authTitle != null ? account.name : null); in updateAccounts()178 String authTitle = getAuthTitle(targetContext, authDesc); in setUpAddAccountPrefIntent() local179 if (authTitle != null || authDesc.iconId != 0) { in setUpAddAccountPrefIntent()213 String authTitle = null; in getAuthTitle() local215 authTitle = targetContext.getString(authDesc.labelId); in getAuthTitle()216 if (TextUtils.isEmpty(authTitle)) { in getAuthTitle()217 authTitle = null; // Handled later when we add the row. in getAuthTitle()222 return authTitle; in getAuthTitle()