Home
last modified time | relevance | path

Searched refs:getDeviceOwnerUserRestrictionsNeedsMigration (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DOwnersTest.java66 assertFalse(owners.getDeviceOwnerUserRestrictionsNeedsMigration()); in testUpgrade01()
83 assertFalse(owners.getDeviceOwnerUserRestrictionsNeedsMigration()); in testUpgrade01()
121 assertTrue(owners.getDeviceOwnerUserRestrictionsNeedsMigration()); in testUpgrade02()
141 assertTrue(owners.getDeviceOwnerUserRestrictionsNeedsMigration()); in testUpgrade02()
187 assertFalse(owners.getDeviceOwnerUserRestrictionsNeedsMigration()); in testUpgrade03()
215 assertFalse(owners.getDeviceOwnerUserRestrictionsNeedsMigration()); in testUpgrade03()
269 assertTrue(owners.getDeviceOwnerUserRestrictionsNeedsMigration()); in testUpgrade04()
301 assertTrue(owners.getDeviceOwnerUserRestrictionsNeedsMigration()); in testUpgrade04()
314 assertFalse(owners.getDeviceOwnerUserRestrictionsNeedsMigration()); in testUpgrade04()
327 assertFalse(owners.getDeviceOwnerUserRestrictionsNeedsMigration()); in testUpgrade04()
[all …]
DDevicePolicyManagerServiceMigrationTest.java143 assertFalse(dpms.mOwners.getDeviceOwnerUserRestrictionsNeedsMigration()); in testMigration()
252 assertFalse(dpms.mOwners.getDeviceOwnerUserRestrictionsNeedsMigration()); in testMigration2_profileOwnerOnUser0()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DOwners.java477 boolean getDeviceOwnerUserRestrictionsNeedsMigration() { in getDeviceOwnerUserRestrictionsNeedsMigration() method in Owners
DDevicePolicyManagerService.java2506 !mOwners.getDeviceOwnerUserRestrictionsNeedsMigration()); in findOwnerComponentIfNecessaryLocked()
2522 if (mOwners.getDeviceOwnerUserRestrictionsNeedsMigration()) { in migrateUserRestrictionsIfNecessaryLocked()
/frameworks/base/services/
Dart-profile6447 HSPLcom/android/server/devicepolicy/Owners;->getDeviceOwnerUserRestrictionsNeedsMigration()Z