Searched refs:clearGlobalRestrictions (Results 1 – 4 of 4) sorted by relevance
129 assertEquals(false, mAppOpsRestrictions.clearGlobalRestrictions(mClientToken)); in testClearGlobalRestrictions()136 assertEquals(true, mAppOpsRestrictions.clearGlobalRestrictions(mClientToken)); in testClearGlobalRestrictions()140 assertEquals(false, mAppOpsRestrictions.clearGlobalRestrictions(mClientToken)); in testClearGlobalRestrictions()
63 boolean clearGlobalRestrictions(Object clientToken); in clearGlobalRestrictions() method
105 public boolean clearGlobalRestrictions(Object clientToken) { in clearGlobalRestrictions() method in AppOpsRestrictionsImpl
6163 mAppOpsRestrictions.clearGlobalRestrictions(mToken);