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