/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/ |
D | RestrictedLockUtilsTest.java | 65 private RestrictedLockUtilsInternal.Proxy mProxy; 85 RestrictedLockUtilsInternal.sProxy = mProxy; in setUp() 104 EnforcedAdmin enforcedAdmin = RestrictedLockUtilsInternal in checkIfRestrictionEnforced_deviceOwner() 128 EnforcedAdmin enforcedAdmin = RestrictedLockUtilsInternal in checkIfRestrictionEnforced_profileOwner() 139 final EnforcedAdmin enforcedAdmin = RestrictedLockUtilsInternal in checkIfDevicePolicyServiceDisabled_noEnforceAdminForManagedProfile() 149 final EnforcedAdmin enforcedAdmin = RestrictedLockUtilsInternal in checkIfDeviceAdminFeatureDisabled_noEnforceAdminForManagedProfile() 159 final EnforcedAdmin enforcedAdmin = RestrictedLockUtilsInternal in checkIfKeyguardFeaturesDisabled_noEnforcedAdminForManagedProfile() 172 final EnforcedAdmin enforcedAdmin = RestrictedLockUtilsInternal in checkIfKeyguardFeaturesDisabled_oneEnforcedAdminForManagedProfile() 187 final EnforcedAdmin enforcedAdmin = RestrictedLockUtilsInternal in checkIfKeyguardFeaturesDisabled_multipleEnforcedAdminForManagedProfile() 205 EnforcedAdmin parent = RestrictedLockUtilsInternal.checkIfKeyguardFeaturesDisabled( in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/utils/ |
D | UserRestrictionChecker.kt | 5 import com.android.settingslib.RestrictedLockUtilsInternal 15 return RestrictedLockUtilsInternal.checkIfRestrictionEnforced( in checkIfRestrictionEnforced() 23 return RestrictedLockUtilsInternal.hasBaseUserRestriction(context, userRestriction, userId) in hasBaseUserRestriction()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
D | TetherUtil.java | 27 final boolean tetherConfigDisallowed = RestrictedLockUtilsInternal in isTetherAvailable() 30 final boolean hasBaseUserRestriction = RestrictedLockUtilsInternal.hasBaseUserRestriction( in isTetherAvailable()
|
D | RestrictedPreferenceHelper.java | 92 if (RestrictedLockUtilsInternal.hasBaseUserRestriction(mContext, mAttrUserRestriction, in RestrictedPreferenceHelper() 166 RestrictedLockUtilsInternal.sendShowRestrictedSettingDialogIntent(mContext, in performClick() 190 EnforcedAdmin admin = RestrictedLockUtilsInternal.checkIfRestrictionEnforced(mContext, in checkRestrictionAndSetDisabled() 204 Intent intent = RestrictedLockUtilsInternal.checkIfRequiresEnhancedConfirmation( in checkEcmRestrictionAndSetDisabled() 216 return RestrictedLockUtilsInternal.checkIfRestrictionEnforced(mContext, in checkRestrictionEnforced()
|
D | RestrictedLockImageSpan.java | 40 mRestrictedPadlock = RestrictedLockUtilsInternal.getRestrictedPadlock(mContext); in RestrictedLockImageSpan()
|
D | RestrictedLockUtilsInternal.java | 68 public class RestrictedLockUtilsInternal extends RestrictedLockUtils { class 847 EnforcedAdmin admin = RestrictedLockUtilsInternal.getDeviceOwner(context); in checkIfApplicationCanBeCredentialManagerProvider()
|
/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/model/enterprise/ |
D | RestrictionsProvider.kt | 27 import com.android.settingslib.RestrictedLockUtilsInternal in <lambda>() 85 RestrictedLockUtilsInternal in restrictedModeState() 91 RestrictedLockUtilsInternal in restrictedModeState()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/interactor/ |
D | DisabledByPolicyInteractor.kt | 25 import com.android.settingslib.RestrictedLockUtilsInternal 112 RestrictedLockUtilsInternal.hasBaseUserRestriction( 120 RestrictedLockUtilsInternal.checkIfRestrictionEnforced(
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/ |
D | EditUserInfoController.java | 40 import com.android.settingslib.RestrictedLockUtilsInternal; 223 return RestrictedLockUtilsInternal.hasBaseUserRestriction( in isChangePhotoRestrictedByBase() 229 return RestrictedLockUtilsInternal.checkIfRestrictionEnforced( in getChangePhotoAdminRestriction()
|
D | CreateUserDialogController.java | 42 import com.android.settingslib.RestrictedLockUtilsInternal; 377 return RestrictedLockUtilsInternal.hasBaseUserRestriction( in isChangePhotoRestrictedByBase() 383 return RestrictedLockUtilsInternal.checkIfRestrictionEnforced( in getChangePhotoAdminRestriction()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/ |
D | BrightnessController.java | 51 import com.android.settingslib.RestrictedLockUtilsInternal; 377 RestrictedLockUtilsInternal.checkIfRestrictionEnforced(mContext, in checkRestrictionAndSetEnabled() 381 && RestrictedLockUtilsInternal.hasBaseUserRestriction(mContext, in checkRestrictionAndSetEnabled()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/development/ |
D | AbstractEnableAdbPreferenceController.java | 19 import static com.android.settingslib.RestrictedLockUtilsInternal.checkIfUsbDataSignalingIsDisabled;
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/ |
D | InputMethodPreference.java | 46 import com.android.settingslib.RestrictedLockUtilsInternal; 224 RestrictedLockUtilsInternal.checkIfInputMethodDisallowed( in updatePreferenceViews()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | RestrictedLockUtilsInternal.java | 36 public class RestrictedLockUtilsInternal { class
|
D | AccessibilitySecurityPolicy.java | 433 if (RestrictedLockUtilsInternal.checkIfInputMethodDisallowed( in canEnableDisableInputMethod()
|
D | AccessibilityManagerService.java | 4929 RestrictedLockUtilsInternal.checkIfAccessibilityServiceDisallowed( in sendRestrictedDialogIntent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSTileImpl.java | 57 import com.android.settingslib.RestrictedLockUtilsInternal; 524 EnforcedAdmin admin = RestrictedLockUtilsInternal.checkIfRestrictionEnforced(mContext, in checkIfRestrictionEnforcedByAdminOnly() 526 if (admin != null && !RestrictedLockUtilsInternal.hasBaseUserRestriction(mContext, in checkIfRestrictionEnforcedByAdminOnly()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/ |
D | MediaOutputController.java | 72 import com.android.settingslib.RestrictedLockUtilsInternal; 890 if (RestrictedLockUtilsInternal.checkIfRestrictionEnforced( in hasAdjustVolumeUserRestriction()
|