Home | History | Annotate | Download | only in email

Lines Matching refs:mDPM

62     private DevicePolicyManager mDPM;
90 mDPM = null;
214 if (mDPM == null) {
215 mDPM = (DevicePolicyManager) mContext.getSystemService(Context.DEVICE_POLICY_SERVICE);
217 return mDPM;