Home
last modified time | relevance | path

Searched refs:DevicePolicyManagerTestable (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTestable.java24 public class DevicePolicyManagerTestable extends DevicePolicyManager { class
27 public DevicePolicyManagerTestable(DpmMockContext context, in DevicePolicyManagerTestable() method in DevicePolicyManagerTestable
32 public DevicePolicyManagerTestable(DpmMockContext context, in DevicePolicyManagerTestable() method in DevicePolicyManagerTestable
H A DDpmTestBase.java133 action.run(new DevicePolicyManagerTestable(caller, dpms)); in runAsCaller()
H A DDevicePolicyManagerTest.java343 dpm = new DevicePolicyManagerTestable(mContext, dpms); in initializeDpms()
345 parentDpm = new DevicePolicyManagerTestable(mServiceContext, dpms, in initializeDpms()
/aosp14/frameworks/base/services/tests/servicestests/
H A DAndroid.bp150 "src/com/android/server/devicepolicy/DevicePolicyManagerTestable.java",