Searched defs:hasAccountFeatures (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java10715 if (hasAccountFeatures(am, account, feature_disallow)) {
10720 if (!hasAccountFeatures(am, account, feature_allow)) {
10737 private boolean hasAccountFeatures(AccountManager am, Account account, String[] features) { method in class:DevicePolicyManagerService

Completed in 98 milliseconds