OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:showAccount
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/accounts/
AccountRestrictionHelper.java
65
public static boolean
showAccount
(String[] authorities, ArrayList<String> auths) {
66
boolean
showAccount
= true;
68
showAccount
= false;
75
return
showAccount
;
AccountPreferenceController.java
513
if (!AccountRestrictionHelper.
showAccount
(mAuthorities, auths)) {
Completed in 144 milliseconds