OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLabelForType
(Results
1 - 5
of
5
) sorted by null
/packages/apps/AccountsAndSyncSettings/src/com/android/settings/
AccountPreferenceBase.java
153
protected CharSequence
getLabelForType
(final String accountType) {
AddAccountSettings.java
68
CharSequence providerName =
getLabelForType
(accountType);
ManageAccountsSettings.java
256
pref.setSummary(
getLabelForType
(pref.getAccount().type));
AccountSyncSettings.java
437
mProviderId.setText(
getLabelForType
(mAccount.type));
/packages/apps/Calendar/src/com/android/calendar/
SelectCalendarsAdapter.java
291
protected CharSequence
getLabelForType
(final String accountType) {
365
setText(view, R.id.account_type,
getLabelForType
(accountType).toString());
Completed in 765 milliseconds