/frameworks/base/services/core/java/com/android/server/wm/ |
D | KeyguardDisableHandler.java | 97 Context.DEVICE_POLICY_SERVICE); in updateAllowState()
|
/frameworks/base/cmds/dpm/src/com/android/commands/dpm/ |
D | Dpm.java | 70 ServiceManager.getService(Context.DEVICE_POLICY_SERVICE)); in onRun()
|
/frameworks/base/core/java/android/app/admin/ |
D | DeviceAdminReceiver.java | 244 Context.DEVICE_POLICY_SERVICE); in getManager()
|
D | DevicePolicyManager.java | 88 ServiceManager.getService(Context.DEVICE_POLICY_SERVICE)); in DevicePolicyManager()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | ApplicationRestrictionsTest.java | 65 sDpm = (DevicePolicyManager) context.getSystemService(Context.DEVICE_POLICY_SERVICE); in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SecurityControllerImpl.java | 67 context.getSystemService(Context.DEVICE_POLICY_SERVICE); in SecurityControllerImpl()
|
/frameworks/base/services/restrictions/java/com/android/server/restrictions/ |
D | RestrictionsManagerService.java | 82 mDpm = (IDevicePolicyManager) getBinderService(Context.DEVICE_POLICY_SERVICE); in RestrictionsManagerImpl()
|
/frameworks/base/core/java/android/content/ |
D | Context.java | 2126 DEVICE_POLICY_SERVICE, 2683 public static final String DEVICE_POLICY_SERVICE = "device_policy"; field in Context
|
/frameworks/base/services/core/java/com/android/server/trust/ |
D | TrustAgentWrapper.java | 346 (DevicePolicyManager) mContext.getSystemService(Context.DEVICE_POLICY_SERVICE); in updateDevicePolicyFeatures()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardBottomAreaView.java | 255 (DevicePolicyManager) getContext().getSystemService(Context.DEVICE_POLICY_SERVICE); in isCameraDisabledByDpm()
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 387 (DevicePolicyManager) mContext.getSystemService(Context.DEVICE_POLICY_SERVICE); in isTrustDisabled() 408 (DevicePolicyManager) mContext.getSystemService(Context.DEVICE_POLICY_SERVICE); in isFingerprintDisabled()
|
D | KeyguardHostView.java | 140 (DevicePolicyManager) mContext.getSystemService(Context.DEVICE_POLICY_SERVICE); in KeyguardHostView()
|
/frameworks/base/docs/html/training/enterprise/ |
D | device-management-policy.jd | 172 context.getSystemService(Context.DEVICE_POLICY_SERVICE);
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternUtils.java | 176 (DevicePolicyManager)mContext.getSystemService(Context.DEVICE_POLICY_SERVICE); in getDevicePolicyManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | BaseStatusBar.java | 500 Context.DEVICE_POLICY_SERVICE); in start()
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | device-admin.jd | 519 (DevicePolicyManager)getSystemService(Context.DEVICE_POLICY_SERVICE);
|
/frameworks/base/docs/html/sdk/api_diff/8/ |
D | missingSinces.txt | 318 NO DOC BLOCK: android.content.Context Field DEVICE_POLICY_SERVICE
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 422 registerService(DEVICE_POLICY_SERVICE, new ServiceFetcher() { in registerService() argument
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 3188 .getSystemService(Context.DEVICE_POLICY_SERVICE); in canUserModifyAccountsForType()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityStackSupervisor.java | 337 ServiceManager.checkService(Context.DEVICE_POLICY_SERVICE)); in getDevicePolicyManager()
|
D | ActivityManagerService.java | 8761 mContext.getSystemService(Context.DEVICE_POLICY_SERVICE);
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 237 publishBinderService(Context.DEVICE_POLICY_SERVICE, mService); in onStart()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 10846 ServiceManager.getService(Context.DEVICE_POLICY_SERVICE)); in isPackageDeviceAdmin()
|
/frameworks/base/api/ |
D | system-current.txt | 7486 field public static final java.lang.String DEVICE_POLICY_SERVICE = "device_policy";
|
D | current.txt | 7247 field public static final java.lang.String DEVICE_POLICY_SERVICE = "device_policy";
|