Searched refs:hasAccountFeatures (Results 1 – 1 of 1) sorted by relevance
13174 if (hasAccountFeatures(am, account, feature_disallow)) { in hasIncompatibleAccountsOrNonAdbNoLock()13179 if (!hasAccountFeatures(am, account, feature_allow)) { in hasIncompatibleAccountsOrNonAdbNoLock()13196 private boolean hasAccountFeatures(AccountManager am, Account account, String[] features) { in hasAccountFeatures() method