/frameworks/base/services/core/java/com/android/server/wm/ |
D | KeyguardDisableHandler.java | 90 Context.DEVICE_POLICY_SERVICE); in acquired()
|
/frameworks/base/cmds/dpm/src/com/android/commands/dpm/ |
D | Dpm.java | 63 ServiceManager.getService(Context.DEVICE_POLICY_SERVICE)); in onRun()
|
/frameworks/base/core/java/android/app/admin/ |
D | DeviceAdminReceiver.java | 245 Context.DEVICE_POLICY_SERVICE); in getManager()
|
D | DevicePolicyManager.java | 83 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 | 2125 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/ |
D | TrustAgentWrapper.java | 319 (DevicePolicyManager) mContext.getSystemService(Context.DEVICE_POLICY_SERVICE); in updateDevicePolicyFeatures()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardBottomAreaView.java | 247 (DevicePolicyManager) getContext().getSystemService(Context.DEVICE_POLICY_SERVICE); in isCameraDisabledByDpm()
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 317 (DevicePolicyManager) mContext.getSystemService(Context.DEVICE_POLICY_SERVICE); in isTrustDisabled() 338 (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 | 449 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 | 421 registerService(DEVICE_POLICY_SERVICE, new ServiceFetcher() { in registerService() argument
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 3157 .getSystemService(Context.DEVICE_POLICY_SERVICE); in canUserModifyAccountsForType()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityStackSupervisor.java | 332 ServiceManager.checkService(Context.DEVICE_POLICY_SERVICE)); in getDevicePolicyManager()
|
D | ActivityManagerService.java | 8819 mContext.getSystemService(Context.DEVICE_POLICY_SERVICE);
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 228 publishBinderService(Context.DEVICE_POLICY_SERVICE, mService); in onStart()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 10702 ServiceManager.getService(Context.DEVICE_POLICY_SERVICE)); in isPackageDeviceAdmin()
|
/frameworks/base/api/ |
D | current.txt | 7213 field public static final java.lang.String DEVICE_POLICY_SERVICE = "device_policy";
|