Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DRestrictedLockUtilsInternal.java94 final DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in checkIfRestrictionEnforced() local
166 DevicePolicyManager dpm = in checkIfKeyguardFeaturesDisabled() local
199 @NonNull DevicePolicyManager dpm, @UserIdInt int userId, in findEnforcedAdmin()
263 DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in checkIfInputMethodDisallowed() local
307 DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in checkIfRemoteContactSearchDisallowed() local
326 DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in checkIfAccessibilityServiceDisallowed() local
382 DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in checkIfAccountManagementDisabled() local
411 DevicePolicyManager dpm = context.getSystemService(DevicePolicyManager.class); in checkIfUsbDataSignalingIsDisabled() local
439 final DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in checkIfMeteredDataRestricted() local
460 final DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in checkIfPasswordQualityIsSet() local
[all …]
/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A 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()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/enterprise/
H A DActionDisabledByAdminControllerFactory.java79 DevicePolicyManager dpm = context.getSystemService(DevicePolicyManager.class); in doesBiometricRequireParentalConsent() local
85 DevicePolicyManager dpm = context.getSystemService(DevicePolicyManager.class); in isFinancedDevice() local
H A DActionDisabledLearnMoreButtonLauncher.java112 DevicePolicyManager dpm = context.getSystemService(DevicePolicyManager.class); in isEnforcedByDeviceOwnerOnSystemUserMode() local
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DRestrictedLockUtilsInternal.java43 final DevicePolicyManager dpm = context.getSystemService(DevicePolicyManager.class); in checkIfAccessibilityServiceDisallowed() local
77 final DevicePolicyManager dpm = context.getSystemService(DevicePolicyManager.class); in checkIfInputMethodDisallowed() local
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DNetworkLoggingHandler.java119 NetworkLoggingHandler(Looper looper, DevicePolicyManagerService dpm, int targetUserId) { in NetworkLoggingHandler()
124 NetworkLoggingHandler(Looper looper, DevicePolicyManagerService dpm, long id, in NetworkLoggingHandler()
H A DNetworkLogger.java106 NetworkLogger(DevicePolicyManagerService dpm, PackageManagerInternal pm, int targetUserId) { in NetworkLogger()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
H A 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
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotNotificationsController.java79 final DevicePolicyManager dpm = in notifyScreenshotError() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DWorkModeTile.java113 DevicePolicyManager dpm = mContext.getSystemService(DevicePolicyManager.class); in getTileLabel() local
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DMasterClearReceiver.java171 final DevicePolicyManager dpm = context.getSystemService(DevicePolicyManager.class); in getWorkProfileDeletedTitle() local
H A DHardwarePropertiesManagerService.java171 final DevicePolicyManager dpm = mContext.getSystemService(DevicePolicyManager.class); in enforceHardwarePropertiesRetrievalAllowed() local
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DUninstallFinish.java108 DevicePolicyManager dpm = in onReceive() local
H A DInstallStart.java301 final DevicePolicyManager dpm = getSystemService(DevicePolicyManager.class); in checkDevicePolicyRestrictions() local
/aosp14/frameworks/base/packages/SettingsLib/RestrictedLockUtils/src/com/android/settingslib/
H A DRestrictedLockUtils.java56 final DevicePolicyManager dpm = (DevicePolicyManager) context.getSystemService( in getProfileOrDeviceOwner() local
/aosp14/frameworks/base/core/java/com/android/internal/notification/
H A DSystemNotificationChannels.java224 DevicePolicyManager dpm = context.getSystemService(DevicePolicyManager.class); in getDeviceAdminNotificationChannelName() local
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/television/
H A DUninstallAppProgress.java159 DevicePolicyManager dpm = ctx.createContextAsUser(otherUserHandle, 0) in handleMessage() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerServiceShellCommand.java207 final DevicePolicyManagerInternal dpm = LocalServices in runList() local
H A DSuspendPackageHelper.java700 final DevicePolicyManagerInternal dpm = in setPackagesSuspendedForQuietMode() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmTestBase.java111 void run(DevicePolicyManager dpm) throws Exception; in run()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DCrossProfileApps.java334 final DevicePolicyManager dpm = mContext.getSystemService(DevicePolicyManager.class); in getProfileSwitchingLabel() local
/aosp14/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java620 DevicePolicyManager dpm = in updateDevicePolicyFeatures() local
/aosp14/frameworks/base/core/java/android/service/credentials/
H A DCredentialProviderInfoFactory.java437 DevicePolicyManager dpm = newContext.getSystemService(DevicePolicyManager.class); in getDeviceManagerPolicy() local
/aosp14/frameworks/base/services/core/java/com/android/server/os/
H A DBugreportManagerServiceImpl.java404 DevicePolicyManager dpm = mContext.getSystemService(DevicePolicyManager.class); in isCurrentUserAffiliated() local
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsStrongAuth.java252 final DevicePolicyManager dpm = in rescheduleStrongAuthTimeoutAlarm() local

12