HomeSort by relevance Sort by last modified time
    Searched defs:getDeviceOwnerUserRestrictionsNeedsMigration (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerServiceMigrationTest.java 149 assertFalse(dpms.mOwners.getDeviceOwnerUserRestrictionsNeedsMigration());
260 assertFalse(dpms.mOwners.getDeviceOwnerUserRestrictionsNeedsMigration());
OwnersTest.java 64 assertFalse(owners.getDeviceOwnerUserRestrictionsNeedsMigration());
81 assertFalse(owners.getDeviceOwnerUserRestrictionsNeedsMigration());
119 assertTrue(owners.getDeviceOwnerUserRestrictionsNeedsMigration());
139 assertTrue(owners.getDeviceOwnerUserRestrictionsNeedsMigration());
185 assertFalse(owners.getDeviceOwnerUserRestrictionsNeedsMigration());
213 assertFalse(owners.getDeviceOwnerUserRestrictionsNeedsMigration());
267 assertTrue(owners.getDeviceOwnerUserRestrictionsNeedsMigration());
299 assertTrue(owners.getDeviceOwnerUserRestrictionsNeedsMigration());
312 assertFalse(owners.getDeviceOwnerUserRestrictionsNeedsMigration());
325 assertFalse(owners.getDeviceOwnerUserRestrictionsNeedsMigration());
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
Owners.java 339 boolean getDeviceOwnerUserRestrictionsNeedsMigration() {

Completed in 113 milliseconds