Searched refs:mDpcFactory (Results 1 – 3 of 3) sorted by relevance
48 private final DpcFactory mDpcFactory; field in DpcShellCommand78 mDpcFactory = dpcFactory; in DpcShellCommand()83 mDeviceOwner = mDpcFactory.getDevicePolicyManager( in DpcShellCommand()196 DevicePolicyManagerInterface targetDpm = mDpcFactory.getDevicePolicyManager(target); in runAddUserRestriction()292 mDpcFactory.addProfileOwnerDpm(user); in runStartUserBackground()307 mDpcFactory.removeProfileOwnerDpm(user); in runStopUser()314 mDpcFactory.getAllBoundUsers()); in runShowAffiliatedUsers()
46 private DpcFactory mDpcFactory; field in DpcService63 mDpcFactory = new DpcFactory(mContext); in onCreate()75 new DpcShellCommand(this, mDpcFactory, writer, cmdArgs).run(); in dump()
43 private DpcFactory mDpcFactory; field in DpcActivity66 mDpcFactory = new DpcFactory(mContext); in onCreate()67 mDoInterface = mDpcFactory.getDevicePolicyManager( in onCreate()116 DevicePolicyManagerInterface targetDpm = mDpcFactory.getDevicePolicyManager(target); in uiAddUserRestriction()