Home
last modified time | relevance | path

Searched defs:dpms (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerServiceMigrationTest.java116 final DevicePolicyManagerServiceTestable dpms; in testMigration_managedProfileOwner() local
153 final DevicePolicyManagerServiceTestable dpms = bootDpmsUp(); in testCompMigrationUnAffiliated_skipped() local
169 final DevicePolicyManagerServiceTestable dpms = bootDpmsUp(); in testCompMigrationAffiliated() local
228 final DevicePolicyManagerServiceTestable dpms = bootDpmsUp(); in testCompMigration_keepSuspendedAppsWhenDpcIsRPlus() local
261 final DevicePolicyManagerServiceTestable dpms = bootDpmsUp(); in testCompMigration_unsuspendAppsWhenDpcNotRPlus() local
278 DevicePolicyManagerServiceTestable dpms; in bootDpmsUp() local
H A DDevicePolicyManagerTestable.java25 public final DevicePolicyManagerServiceTestable dpms; field in DevicePolicyManagerTestable
28 DevicePolicyManagerServiceTestable dpms) { in DevicePolicyManagerTestable()
33 DevicePolicyManagerServiceTestable dpms, boolean parentInstance) { in DevicePolicyManagerTestable()
H A DDpmTestBase.java93 protected void sendBroadcastWithUser(DevicePolicyManagerServiceTestable dpms, String action, in sendBroadcastWithUser()
101 protected void flushTasks(DevicePolicyManagerServiceTestable dpms) throws Exception { in flushTasks()
120 protected void runAsCaller(DpmMockContext caller, DevicePolicyManagerServiceTestable dpms, in runAsCaller()
H A DPolicyVersionUpgraderTest.java206 DevicePolicyManagerServiceTestable dpms; in testNoStaleDataInCacheAfterUpgrade() local
H A DDevicePolicyManagerTest.java219 public DevicePolicyManagerServiceTestable dpms; field in DevicePolicyManagerTest
/aosp14/frameworks/base/services/java/com/android/server/
H A DSystemServer.java1851 final DevicePolicyManagerService.Lifecycle dpms; in startOtherServices() local
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java1294 DevicePolicyManagerService dpms) { in RestrictionsListener()