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.java89 assertThat(owners.getDeviceOwnerUserRestrictionsNeedsMigration()).isFalse(); in testUpgrade01()
116 assertThat(owners.getDeviceOwnerUserRestrictionsNeedsMigration()).isFalse(); in testUpgrade01()
159 assertThat(owners.getDeviceOwnerUserRestrictionsNeedsMigration()).isTrue(); in testUpgrade02()
183 assertThat(owners.getDeviceOwnerUserRestrictionsNeedsMigration()).isTrue(); in testUpgrade02()
234 assertThat(owners.getDeviceOwnerUserRestrictionsNeedsMigration()).isFalse(); in testUpgrade03()
266 assertThat(owners.getDeviceOwnerUserRestrictionsNeedsMigration()).isFalse(); in testUpgrade03()
325 assertThat(owners.getDeviceOwnerUserRestrictionsNeedsMigration()).isTrue(); in testUpgrade04()
361 assertThat(owners.getDeviceOwnerUserRestrictionsNeedsMigration()).isTrue(); in testUpgrade04()
393 assertThat(owners.getDeviceOwnerUserRestrictionsNeedsMigration()).isFalse(); in testUpgrade04()
426 assertThat(owners.getDeviceOwnerUserRestrictionsNeedsMigration()).isFalse(); in testUpgrade04()
[all …]
DDevicePolicyManagerServiceMigrationTest.java180 assertThat(dpms.mOwners.getDeviceOwnerUserRestrictionsNeedsMigration()).isFalse(); in testMigration()
290 assertThat(dpms.mOwners.getDeviceOwnerUserRestrictionsNeedsMigration()).isFalse(); in testMigration2_profileOwnerOnUser0()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DOwners.java576 boolean getDeviceOwnerUserRestrictionsNeedsMigration() { in getDeviceOwnerUserRestrictionsNeedsMigration() method in Owners
DDevicePolicyManagerService.java2315 !mOwners.getDeviceOwnerUserRestrictionsNeedsMigration()); in findOwnerComponentIfNecessaryLocked()
2331 if (mOwners.getDeviceOwnerUserRestrictionsNeedsMigration()) { in migrateUserRestrictionsIfNecessaryLocked()
/frameworks/base/services/
Dart-profile17265 HSPLcom/android/server/devicepolicy/Owners;->getDeviceOwnerUserRestrictionsNeedsMigration()Z