Searched refs:mergeAll (Results 1 – 4 of 4) sorted by relevance
120 assertTrue(mRestrictionsSet.mergeAll().isEmpty()); in testMergeAll_noRestrictions()132 Bundle actual = mRestrictionsSet.mergeAll(); in testMergeAll_hasRestrictions()
128 public @NonNull Bundle mergeAll() { in mergeAll() method in RestrictionsSet
1900 final Bundle global = mDevicePolicyGlobalUserRestrictions.mergeAll(); in computeEffectiveUserRestrictionsLR()1909 UserRestrictionsUtils.merge(effective, local.mergeAll()); in computeEffectiveUserRestrictionsLR()
25657 HSPLcom/android/server/pm/RestrictionsSet;->mergeAll()Landroid/os/Bundle;