Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedLockUtilsInternal.java94 final DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in checkIfRestrictionEnforced() local
179 DevicePolicyManager dpm = in checkIfKeyguardFeaturesDisabled() local
212 @NonNull DevicePolicyManager dpm, @UserIdInt int userId, in findEnforcedAdmin()
276 DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in checkIfInputMethodDisallowed() local
320 DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in checkIfRemoteContactSearchDisallowed() local
339 DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in checkIfAccessibilityServiceDisallowed() local
395 DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in checkIfAccountManagementDisabled() local
424 DevicePolicyManager dpm = context.getSystemService(DevicePolicyManager.class); in checkIfUsbDataSignalingIsDisabled() local
452 final DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in checkIfMeteredDataRestricted() local
473 final DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in checkIfPasswordQualityIsSet() local
[all …]
/frameworks/base/core/java/android/hardware/biometrics/
DParentalControlsUtilsInternal.java59 @NonNull DevicePolicyManager dpm, @BiometricAuthenticator.Modality int modality, in parentConsentRequired()
71 public static boolean parentConsentRequired(@NonNull DevicePolicyManager dpm, in parentConsentRequired()
101 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.java112 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/SettingsLib/src/com/android/settingslib/drawable/
DUserIconDrawable.java101 DevicePolicyManager dpm = context.getSystemService(DevicePolicyManager.class); in getUpdatableManagedUserDrawable() local
204 DevicePolicyManager dpm = context.getSystemService(DevicePolicyManager.class); in setBadgeIfManagedUser() local
220 DevicePolicyManager dpm = context.getSystemService(DevicePolicyManager.class); in setBadgeIfManagedDevice() local
240 DevicePolicyManager dpm = context.getSystemService(DevicePolicyManager.class); in getUpdatableManagementBadge() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotNotificationsController.java79 final DevicePolicyManager dpm = in notifyScreenshotError() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DWorkModeTile.java111 DevicePolicyManager dpm = mContext.getSystemService(DevicePolicyManager.class); in getTileLabel() local
/frameworks/base/services/core/java/com/android/server/
DMasterClearReceiver.java171 final DevicePolicyManager dpm = context.getSystemService(DevicePolicyManager.class); in getWorkProfileDeletedTitle() local
DHardwarePropertiesManagerService.java166 final DevicePolicyManager dpm = mContext.getSystemService(DevicePolicyManager.class); in enforceHardwarePropertiesRetrievalAllowed() 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/core/java/com/android/internal/notification/
DSystemNotificationChannels.java232 DevicePolicyManager dpm = context.getSystemService(DevicePolicyManager.class); in getDeviceAdminNotificationChannelName() 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.java110 void run(DevicePolicyManager dpm) throws Exception; in run()
/frameworks/base/core/java/android/content/pm/
DCrossProfileApps.java328 final DevicePolicyManager dpm = mContext.getSystemService(DevicePolicyManager.class); in getProfileSwitchingLabel() local
/frameworks/base/services/core/java/com/android/server/os/
DBugreportManagerServiceImpl.java206 DevicePolicyManager dpm = mContext.getSystemService(DevicePolicyManager.class); in isCurrentUserAffiliated() local
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java613 DevicePolicyManager dpm = in updateDevicePolicyFeatures() local
DTrustManagerService.java754 DevicePolicyManager dpm = lockPatternUtils.getDevicePolicyManager(); in refreshAgentList() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilitySecurityPolicy.java457 DevicePolicyManager dpm = context.getSystemService(DevicePolicyManager.class); in checkIfInputMethodDisallowed() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainerController.java980 final DevicePolicyManager dpm = mLockPatternUtils.getDevicePolicyManager(); in reportFailedUnlockAttempt() local
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStrongAuth.java251 final DevicePolicyManager dpm = in rescheduleStrongAuthTimeoutAlarm() local
/frameworks/base/core/java/android/provider/
DCalendarContract.java268 final DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in startViewCalendarEventInManagedProfile() local

12