Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DKeyguardDisableHandler.java90 Context.DEVICE_POLICY_SERVICE); in acquired()
/frameworks/base/cmds/dpm/src/com/android/commands/dpm/
DDpm.java63 ServiceManager.getService(Context.DEVICE_POLICY_SERVICE)); in onRun()
/frameworks/base/core/java/android/app/admin/
DDeviceAdminReceiver.java245 Context.DEVICE_POLICY_SERVICE); in getManager()
DDevicePolicyManager.java83 ServiceManager.getService(Context.DEVICE_POLICY_SERVICE)); in DevicePolicyManager()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DApplicationRestrictionsTest.java65 sDpm = (DevicePolicyManager) context.getSystemService(Context.DEVICE_POLICY_SERVICE); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityControllerImpl.java67 context.getSystemService(Context.DEVICE_POLICY_SERVICE); in SecurityControllerImpl()
/frameworks/base/services/restrictions/java/com/android/server/restrictions/
DRestrictionsManagerService.java82 mDpm = (IDevicePolicyManager) getBinderService(Context.DEVICE_POLICY_SERVICE); in RestrictionsManagerImpl()
/frameworks/base/core/java/android/content/
DContext.java2125 DEVICE_POLICY_SERVICE,
2669 public static final String DEVICE_POLICY_SERVICE = "device_policy"; field in Context
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java319 (DevicePolicyManager) mContext.getSystemService(Context.DEVICE_POLICY_SERVICE); in updateDevicePolicyFeatures()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java247 (DevicePolicyManager) getContext().getSystemService(Context.DEVICE_POLICY_SERVICE); in isCameraDisabledByDpm()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitor.java317 (DevicePolicyManager) mContext.getSystemService(Context.DEVICE_POLICY_SERVICE); in isTrustDisabled()
338 (DevicePolicyManager) mContext.getSystemService(Context.DEVICE_POLICY_SERVICE); in isFingerprintDisabled()
DKeyguardHostView.java140 (DevicePolicyManager) mContext.getSystemService(Context.DEVICE_POLICY_SERVICE); in KeyguardHostView()
/frameworks/base/docs/html/training/enterprise/
Ddevice-management-policy.jd172 context.getSystemService(Context.DEVICE_POLICY_SERVICE);
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java176 (DevicePolicyManager)mContext.getSystemService(Context.DEVICE_POLICY_SERVICE); in getDevicePolicyManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java449 Context.DEVICE_POLICY_SERVICE); in start()
/frameworks/base/docs/html/guide/topics/admin/
Ddevice-admin.jd519 (DevicePolicyManager)getSystemService(Context.DEVICE_POLICY_SERVICE);
/frameworks/base/docs/html/sdk/api_diff/8/
DmissingSinces.txt318 NO DOC BLOCK: android.content.Context Field DEVICE_POLICY_SERVICE
/frameworks/base/core/java/android/app/
DContextImpl.java421 registerService(DEVICE_POLICY_SERVICE, new ServiceFetcher() { in registerService() argument
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java3157 .getSystemService(Context.DEVICE_POLICY_SERVICE); in canUserModifyAccountsForType()
/frameworks/base/services/core/java/com/android/server/am/
DActivityStackSupervisor.java332 ServiceManager.checkService(Context.DEVICE_POLICY_SERVICE)); in getDevicePolicyManager()
DActivityManagerService.java8819 mContext.getSystemService(Context.DEVICE_POLICY_SERVICE);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java228 publishBinderService(Context.DEVICE_POLICY_SERVICE, mService); in onStart()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java10702 ServiceManager.getService(Context.DEVICE_POLICY_SERVICE)); in isPackageDeviceAdmin()
/frameworks/base/api/
Dcurrent.txt7213 field public static final java.lang.String DEVICE_POLICY_SERVICE = "device_policy";