Searched refs:origRestrictions (Results 1 – 1 of 1) sorted by relevance
2581 final Bundle origRestrictions = mUserManagerInternal.getBaseUserRestrictions( in migrateUserRestrictionsForUser() local2587 for (String key : origRestrictions.keySet()) { in migrateUserRestrictionsForUser()2588 if (!origRestrictions.getBoolean(key)) { in migrateUserRestrictionsForUser()2603 Log.v(LOG_TAG, "origRestrictions=" + origRestrictions); in migrateUserRestrictionsForUser()