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

  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerServiceMigrationTest.java 150 assertFalse(dpms.mOwners.getProfileOwnerUserRestrictionsNeedsMigration(
152 assertFalse(dpms.mOwners.getProfileOwnerUserRestrictionsNeedsMigration(10));
153 assertFalse(dpms.mOwners.getProfileOwnerUserRestrictionsNeedsMigration(11));
154 assertFalse(dpms.mOwners.getProfileOwnerUserRestrictionsNeedsMigration(12));
261 assertFalse(dpms.mOwners.getProfileOwnerUserRestrictionsNeedsMigration(
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
Owners.java 348 boolean getProfileOwnerUserRestrictionsNeedsMigration(int userId) {

Completed in 52 milliseconds