Searched refs:disabledTypes (Results 1 – 2 of 2) sorted by relevance
385 String[] disabledTypes = dpm.getAccountTypesWithManagementDisabledAsUser(userId); in checkIfAccountManagementDisabled() local386 for (String type : disabledTypes) { in checkIfAccountManagementDisabled()
1004 final @InsetsType int disabledTypes = types & mDisabledUserAnimationInsetsTypes; in controlAnimationUnchecked() local1005 if (DEBUG) Log.d(TAG, "user animation disabled types: " + disabledTypes); in controlAnimationUnchecked()1008 if (fromIme && (disabledTypes & ime()) != 0 in controlAnimationUnchecked()