Home
last modified time | relevance | path

Searched defs:dpm (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedLockUtilsInternal.java88 final DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in checkIfRestrictionEnforced() local
162 DevicePolicyManager dpm = in checkIfKeyguardFeaturesDisabled() local
195 @NonNull DevicePolicyManager dpm, @UserIdInt int userId, in findEnforcedAdmin()
259 DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in checkIfInputMethodDisallowed() local
303 DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in checkIfRemoteContactSearchDisallowed() local
322 DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in checkIfAccessibilityServiceDisallowed() local
378 DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in checkIfAccountManagementDisabled() local
407 DevicePolicyManager dpm = context.getSystemService(DevicePolicyManager.class); in checkIfUsbDataSignalingIsDisabled() local
435 final DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in checkIfMeteredDataRestricted() local
456 final DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in checkIfPasswordQualityIsSet() local
[all …]
/frameworks/base/core/java/android/hardware/biometrics/
DParentalControlsUtilsInternal.java47 @NonNull DevicePolicyManager dpm, @BiometricAuthenticator.Modality int modality, in parentConsentRequired()
59 public static boolean parentConsentRequired(@NonNull DevicePolicyManager dpm, in parentConsentRequired()
89 public static ComponentName getSupervisionComponentName(@NonNull DevicePolicyManager dpm, in getSupervisionComponentName()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/enterprise/
DActionDisabledByAdminControllerFactory.java66 DevicePolicyManager dpm = context.getSystemService(DevicePolicyManager.class); in doesBiometricRequireParentalConsent() local
72 DevicePolicyManager dpm = context.getSystemService(DevicePolicyManager.class); in isFinancedDevice() local
DActionDisabledLearnMoreButtonLauncher.java113 DevicePolicyManager dpm = context.getSystemService(DevicePolicyManager.class); in isEnforcedByDeviceOwnerOnSystemUserMode() local
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DNetworkLoggingHandler.java119 NetworkLoggingHandler(Looper looper, DevicePolicyManagerService dpm, int targetUserId) { in NetworkLoggingHandler()
124 NetworkLoggingHandler(Looper looper, DevicePolicyManagerService dpm, long id, in NetworkLoggingHandler()
DNetworkLogger.java106 NetworkLogger(DevicePolicyManagerService dpm, PackageManagerInternal pm, int targetUserId) { in NetworkLogger()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotNotificationsController.java79 final DevicePolicyManager dpm = in notifyScreenshotError() local
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DUninstallFinish.java97 IDevicePolicyManager dpm = IDevicePolicyManager.Stub.asInterface( in onReceive() local
DPackageInstallerActivity.java496 final DevicePolicyManager dpm = getSystemService(DevicePolicyManager.class); in startAdminSupportDetailsActivity() local
/frameworks/base/packages/SettingsLib/RestrictedLockUtils/src/com/android/settingslib/
DRestrictedLockUtils.java56 final DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in getProfileOrDeviceOwner() local
/frameworks/base/services/core/java/com/android/server/
DHardwarePropertiesManagerService.java166 final DevicePolicyManager dpm = mContext.getSystemService(DevicePolicyManager.class); in enforceHardwarePropertiesRetrievalAllowed() local
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/television/
DUninstallAppProgress.java153 IDevicePolicyManager dpm = IDevicePolicyManager.Stub.asInterface( in handleMessage() local
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDpmTestBase.java111 void run(DevicePolicyManager dpm) throws Exception; in run()
DDevicePolicyManagerTest.java183 public DevicePolicyManager dpm; field in DevicePolicyManagerTest
1171 private void checkGetDeviceOwnerInfoApi(DevicePolicyManager dpm, boolean hasDeviceOwner) { in checkGetDeviceOwnerInfoApi()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java526 DevicePolicyManager dpm = in updateDevicePolicyFeatures() local
DTrustManagerService.java520 DevicePolicyManager dpm = lockPatternUtils.getDevicePolicyManager(); in refreshAgentList() local
/frameworks/base/services/core/java/com/android/server/os/
DBugreportManagerServiceImpl.java206 DevicePolicyManager dpm = mContext.getSystemService(DevicePolicyManager.class); in isCurrentUserAffiliated() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainerController.java458 final DevicePolicyManager dpm = mLockPatternUtils.getDevicePolicyManager(); in reportFailedUnlockAttempt() local
DKeyguardUpdateMonitor.java1085 final DevicePolicyManager dpm = in isFingerprintDisabled() local
1093 final DevicePolicyManager dpm = in isFaceDisabled() local
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStrongAuth.java249 final DevicePolicyManager dpm = in rescheduleStrongAuthTimeoutAlarm() local
/frameworks/base/core/java/android/provider/
DCalendarContract.java268 final DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in startViewCalendarEventInManagedProfile() local
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2168 DevicePolicyManagerInternal dpm, IUriGrantsManager ugm, in init()
DManagedServices.java1760 DevicePolicyManager dpm = in isPermittedForProfile() local
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java5050 final DevicePolicyManagerInternal dpm = getDevicePolicyManagerInternal(); in runList() local
DPackageManagerService.java21431 final IDevicePolicyManager dpm = getDevicePolicyManager(); in isPackageDeviceAdmin() local