OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLabelForType
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Settings/src/com/android/settings/accounts/
AccountPreferenceBase.java
154
protected CharSequence
getLabelForType
(final String accountType) {
155
return mAuthenticatorHelper.
getLabelForType
(getActivity(), accountType);
ChooseAccountActivity.java
152
CharSequence providerName =
getLabelForType
(accountType);
286
protected CharSequence
getLabelForType
(final String accountType) {
AccountPreferenceController.java
491
final CharSequence label = helper.
getLabelForType
(mContext, accountType);
AccountSyncSettings.java
571
mProviderId.setText(
getLabelForType
(mAccount.type));
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
AuthenticatorHelper.java
127
public CharSequence
getLabelForType
(Context context, final String accountType) {
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountAdapter.java
303
protected CharSequence
getLabelForType
(final String accountType) {
393
CharSequence accountLabel =
getLabelForType
(accountType);
Completed in 1299 milliseconds