Searched refs:clearGlobalRestrictions (Results 1 – 4 of 4) sorted by relevance
63 boolean clearGlobalRestrictions(Object clientToken); in clearGlobalRestrictions() method
106 public boolean clearGlobalRestrictions(Object clientToken) { in clearGlobalRestrictions() method in AppOpsRestrictionsImpl
7090 mAppOpsRestrictions.clearGlobalRestrictions(mToken);
130 assertEquals(false, mAppOpsRestrictions.clearGlobalRestrictions(mClientToken)); in testClearGlobalRestrictions()137 assertEquals(true, mAppOpsRestrictions.clearGlobalRestrictions(mClientToken)); in testClearGlobalRestrictions()141 assertEquals(false, mAppOpsRestrictions.clearGlobalRestrictions(mClientToken)); in testClearGlobalRestrictions()