Home
last modified time | relevance | path

Searched refs:disabledTypes (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedLockUtilsInternal.java385 String[] disabledTypes = dpm.getAccountTypesWithManagementDisabledAsUser(userId); in checkIfAccountManagementDisabled() local
386 for (String type : disabledTypes) { in checkIfAccountManagementDisabled()
/frameworks/base/core/java/android/view/
DInsetsController.java1004 final @InsetsType int disabledTypes = types & mDisabledUserAnimationInsetsTypes; in controlAnimationUnchecked() local
1005 if (DEBUG) Log.d(TAG, "user animation disabled types: " + disabledTypes); in controlAnimationUnchecked()
1008 if (fromIme && (disabledTypes & ime()) != 0 in controlAnimationUnchecked()