OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:accPref
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/accounts/
SyncSettings.java
167
AccountPreference
accPref
= (AccountPreference)
169
accPref
.setIcon(getDrawableForType(
accPref
.getAccount().type));
170
accPref
.setSummary(getLabelForType(
accPref
.getAccount().type));
ManageAccountsSettings.java
376
AccountPreference
accPref
= (AccountPreference) pref;
377
accPref
.setSummary(getLabelForType(
accPref
.getAccount().type));
Completed in 39 milliseconds