HomeSort by relevance Sort by last modified time
    Searched defs:hasAccountFeatures (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/
AccountCheckTest.java 151 if (hasAccountFeatures(am, account, feature_disallow)) {
154 if (!hasAccountFeatures(am, account, feature_allow)) {
163 private boolean hasAccountFeatures(AccountManager am, Account account, String[] features) {
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java     [all...]

Completed in 131 milliseconds