Home
last modified time | relevance | path

Searched refs:DEVICE_POLICY_SERVICE (Results 1 – 25 of 43) sorted by relevance

12

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedLockUtilsInternal.java89 Context.DEVICE_POLICY_SERVICE); in checkIfRestrictionEnforced()
163 (DevicePolicyManager) context.getSystemService(Context.DEVICE_POLICY_SERVICE); in checkIfKeyguardFeaturesDisabled()
260 Context.DEVICE_POLICY_SERVICE); in checkIfInputMethodDisallowed()
295 Context.DEVICE_POLICY_SERVICE); in checkIfRemoteContactSearchDisallowed()
314 Context.DEVICE_POLICY_SERVICE); in checkIfAccessibilityServiceDisallowed()
370 Context.DEVICE_POLICY_SERVICE); in checkIfAccountManagementDisabled()
405 Context.DEVICE_POLICY_SERVICE); in checkIfMeteredDataRestricted()
425 Context.DEVICE_POLICY_SERVICE); in checkIfPasswordQualityIsSet()
481 Context.DEVICE_POLICY_SERVICE); in checkForLockSetting()
535 Context.DEVICE_POLICY_SERVICE); in getDeviceOwner()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DMockLockSettingsContext.java66 } else if (DEVICE_POLICY_SERVICE.equals(name)) { in getSystemService()
DLockSettingsStrongAuthTest.java82 when(mContext.getSystemService(Context.DEVICE_POLICY_SERVICE)).thenReturn(mDPM); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DWorkLockActivityTest.java76 when(mContext.getSystemService(eq(Context.DEVICE_POLICY_SERVICE))) in setUp()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DRestrictedLockUtilsTest.java79 when(mContext.getSystemService(Context.DEVICE_POLICY_SERVICE)) in setUp()
127 when(mContext.getSystemService(Context.DEVICE_POLICY_SERVICE)).thenReturn(null); in checkIfDevicePolicyServiceDisabled_noEnforceAdminForManagedProfile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DWorkLockActivity.java218 getSystemService(Context.DEVICE_POLICY_SERVICE); in getPrimaryColor()
/frameworks/base/core/java/android/app/
DKeyguardManager.java698 (DevicePolicyManager) mContext.getSystemService(Context.DEVICE_POLICY_SERVICE); in isValidLockPasswordComplexity()
726 (DevicePolicyManager) mContext.getSystemService(Context.DEVICE_POLICY_SERVICE); in getMinLockLength()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/permission/
DPermissionManagerServiceTest.java194 when(mInjector.getSystemService(eq(Context.DEVICE_POLICY_SERVICE))).thenReturn( in setupCheckDeviceIdentifierAccessTest()
/frameworks/base/packages/SettingsLib/RestrictedLockUtils/src/com/android/settingslib/
DRestrictedLockUtils.java47 Context.DEVICE_POLICY_SERVICE); in getProfileOrDeviceOwner()
/frameworks/base/cmds/dpm/src/com/android/commands/dpm/
DDpm.java103 ServiceManager.getService(Context.DEVICE_POLICY_SERVICE)); in onRun()
/frameworks/base/services/restrictions/java/com/android/server/restrictions/
DRestrictionsManagerService.java67 mDpm = (IDevicePolicyManager) getBinderService(Context.DEVICE_POLICY_SERVICE); in RestrictionsManagerImpl()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSecurityControllerTest.java77 mContext.addMockSystemService(Context.DEVICE_POLICY_SERVICE, mDevicePolicyManager); in setUp()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DUninstallFinish.java98 ServiceManager.getService(Context.DEVICE_POLICY_SERVICE)); in onReceive()
/frameworks/base/services/core/java/com/android/server/wm/
DLockTaskController.java23 import static android.content.Context.DEVICE_POLICY_SERVICE;
913 ServiceManager.checkService(DEVICE_POLICY_SERVICE)); in getDevicePolicyManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotNotificationsController.java250 (DevicePolicyManager) mContext.getSystemService(Context.DEVICE_POLICY_SERVICE); in notifyScreenshotError()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/television/
DUninstallAppProgress.java154 ServiceManager.getService(Context.DEVICE_POLICY_SERVICE)); in handleMessage()
/frameworks/base/core/java/android/app/admin/
DDeviceAdminReceiver.java524 Context.DEVICE_POLICY_SERVICE); in getManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityControllerImpl.java112 context.getSystemService(Context.DEVICE_POLICY_SERVICE); in SecurityControllerImpl()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStrongAuth.java250 (DevicePolicyManager) mContext.getSystemService(Context.DEVICE_POLICY_SERVICE); in rescheduleStrongAuthTimeoutAlarm()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DWifiPermissionsUtilTest.java901 when(mMockContext.getSystemService(Context.DEVICE_POLICY_SERVICE)) in testIsDeviceOwnerApp()
933 when(mMockContext.getSystemService(Context.DEVICE_POLICY_SERVICE)) in testIsProfileOwnerApp()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java527 (DevicePolicyManager) mContext.getSystemService(Context.DEVICE_POLICY_SERVICE); in updateDevicePolicyFeatures()
/frameworks/base/core/java/android/content/
DContext.java3446 DEVICE_POLICY_SERVICE,
4540 public static final String DEVICE_POLICY_SERVICE = "device_policy"; field in Context
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java157 when(mMockContext.getSystemService(Context.DEVICE_POLICY_SERVICE)).thenReturn( in setUp()
516 when(mMockContext.getSystemService(Context.DEVICE_POLICY_SERVICE)).thenReturn( in testStartAddAccountSessionUserCannotModifyAccountForTypeWithDPM()
1029 when(mMockContext.getSystemService(Context.DEVICE_POLICY_SERVICE)).thenReturn( in testFinishSessionAsUserUserCannotModifyAccountForTypeWithDPM()
1404 when(mMockContext.getSystemService(Context.DEVICE_POLICY_SERVICE)).thenReturn( in testRemoveAccountAsUserUserCannotModifyAccountType()
1904 when(mMockContext.getSystemService(Context.DEVICE_POLICY_SERVICE)).thenReturn( in testAddAccountAsUserUserCannotModifyAccountForTypeWithDPM()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java135 mContext.addMockSystemService(Context.DEVICE_POLICY_SERVICE, mDevicePolicyManager); in setUp()
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java22 import static android.content.Context.DEVICE_POLICY_SERVICE;
1603 (DevicePolicyManager) mContext.getSystemService(DEVICE_POLICY_SERVICE); in isPermittedForProfile()

12