Home | History | Annotate | Download | only in restrictions

Lines Matching refs:mDpm

77         private final IDevicePolicyManager mDpm;
82 mDpm = (IDevicePolicyManager) getBinderService(Context.DEVICE_POLICY_SERVICE);
93 if (mDpm != null) {
96 return mDpm.getRestrictionsProvider(userHandle) != null;
114 if (mDpm != null) {
118 mDpm.getRestrictionsProvider(userHandle);
147 if (mDpm != null) {
151 mDpm.getRestrictionsProvider(userHandle);
180 if (mDpm != null) {
183 ComponentName permProvider = mDpm.getRestrictionsProvider(userHandle);