/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
D | RestrictedLockUtilsInternal.java | 89 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() 419 Context.DEVICE_POLICY_SERVICE); in checkIfAutoTimeRequired() 442 Context.DEVICE_POLICY_SERVICE); in checkIfPasswordQualityIsSet() 498 Context.DEVICE_POLICY_SERVICE); in checkForLockSetting() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | MockLockSettingsContext.java | 57 } else if (DEVICE_POLICY_SERVICE.equals(name)) { in getSystemService()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
D | WorkLockActivityTest.java | 72 when(mContext.getSystemService(eq(Context.DEVICE_POLICY_SERVICE))) in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | WorkLockActivity.java | 197 getSystemService(Context.DEVICE_POLICY_SERVICE); in getPrimaryColor()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/ |
D | RestrictedLockUtilsTest.java | 79 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/SettingsLib/RestrictedLockUtils/src/com/android/settingslib/ |
D | RestrictedLockUtils.java | 47 Context.DEVICE_POLICY_SERVICE); in getProfileOrDeviceOwner()
|
/frameworks/base/cmds/dpm/src/com/android/commands/dpm/ |
D | Dpm.java | 103 ServiceManager.getService(Context.DEVICE_POLICY_SERVICE)); in onRun()
|
/frameworks/base/services/restrictions/java/com/android/server/restrictions/ |
D | RestrictionsManagerService.java | 67 mDpm = (IDevicePolicyManager) getBinderService(Context.DEVICE_POLICY_SERVICE); in RestrictionsManagerImpl()
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsStrongAuth.java | 122 (DevicePolicyManager) mContext.getSystemService(Context.DEVICE_POLICY_SERVICE); in handleScheduleStrongAuthTimeout()
|
D | LockSettingsService.java | 422 return (DevicePolicyManager) mContext.getSystemService(Context.DEVICE_POLICY_SERVICE); in getDevicePolicyManager() 2052 mContext.getSystemService(Context.DEVICE_POLICY_SERVICE); in notifyActivePasswordMetricsAvailable() 2065 mContext.getSystemService(Context.DEVICE_POLICY_SERVICE); in notifyPasswordChanged()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | SecurityControllerTest.java | 79 mContext.addMockSystemService(Context.DEVICE_POLICY_SERVICE, mDevicePolicyManager); in setUp()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | LockTaskController.java | 23 import static android.content.Context.DEVICE_POLICY_SERVICE; 875 ServiceManager.checkService(DEVICE_POLICY_SERVICE)); in getDevicePolicyManager()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | UninstallFinish.java | 98 ServiceManager.getService(Context.DEVICE_POLICY_SERVICE)); in onReceive()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/television/ |
D | UninstallAppProgress.java | 154 ServiceManager.getService(Context.DEVICE_POLICY_SERVICE)); in handleMessage()
|
/frameworks/base/core/java/android/app/admin/ |
D | DeviceAdminReceiver.java | 524 Context.DEVICE_POLICY_SERVICE); in getManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SecurityControllerImpl.java | 115 context.getSystemService(Context.DEVICE_POLICY_SERVICE); in SecurityControllerImpl()
|
/frameworks/base/telephony/common/com/android/internal/telephony/ |
D | TelephonyPermissions.java | 347 Context.DEVICE_POLICY_SERVICE); in checkPrivilegedReadPermissionOrCarrierPrivilegePermission()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | KeyguardIndicationControllerTest.java | 122 mContext.addMockSystemService(Context.DEVICE_POLICY_SERVICE, mDevicePolicyManager); in setUp()
|
/frameworks/base/core/java/android/content/ |
D | Context.java | 3336 DEVICE_POLICY_SERVICE, 4361 public static final String DEVICE_POLICY_SERVICE = "device_policy"; field in Context
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerImpl.java | 182 Context.DEVICE_POLICY_SERVICE); in NotificationLockscreenUserManagerImpl()
|
D | KeyguardIndicationController.java | 188 Context.DEVICE_POLICY_SERVICE); in KeyguardIndicationController()
|
/frameworks/base/services/core/java/com/android/server/trust/ |
D | TrustAgentWrapper.java | 527 (DevicePolicyManager) mContext.getSystemService(Context.DEVICE_POLICY_SERVICE); in updateDevicePolicyFeatures()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountManagerServiceTest.java | 157 when(mMockContext.getSystemService(Context.DEVICE_POLICY_SERVICE)).thenReturn( in setUp() 514 when(mMockContext.getSystemService(Context.DEVICE_POLICY_SERVICE)).thenReturn( in testStartAddAccountSessionUserCannotModifyAccountForTypeWithDPM() 1027 when(mMockContext.getSystemService(Context.DEVICE_POLICY_SERVICE)).thenReturn( in testFinishSessionAsUserUserCannotModifyAccountForTypeWithDPM() 1402 when(mMockContext.getSystemService(Context.DEVICE_POLICY_SERVICE)).thenReturn( in testRemoveAccountAsUserUserCannotModifyAccountType() 1902 when(mMockContext.getSystemService(Context.DEVICE_POLICY_SERVICE)).thenReturn( in testAddAccountAsUserUserCannotModifyAccountForTypeWithDPM()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyPermissionsTest.java | 105 when(mMockContext.getSystemService(Context.DEVICE_POLICY_SERVICE)).thenReturn( in setUp()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ManagedServices.java | 22 import static android.content.Context.DEVICE_POLICY_SERVICE; 1414 (DevicePolicyManager) mContext.getSystemService(DEVICE_POLICY_SERVICE); in isPermittedForProfile()
|