Searched refs:hasGlobalRestrictions (Results 1 – 5 of 5) sorted by relevance
90 assertEquals(false, mAppOpsRestrictions.hasGlobalRestrictions(mClientToken)); in testSetAndGetSingleGlobalRestriction()97 assertEquals(true, mAppOpsRestrictions.hasGlobalRestrictions(mClientToken)); in testSetAndGetSingleGlobalRestriction()105 assertEquals(false, mAppOpsRestrictions.hasGlobalRestrictions(mClientToken)); in testSetAndGetSingleGlobalRestriction()116 assertEquals(true, mAppOpsRestrictions.hasGlobalRestrictions(mClientToken)); in testSetAndGetDoubleGlobalRestriction()120 assertEquals(true, mAppOpsRestrictions.hasGlobalRestrictions(mClientToken)); in testSetAndGetDoubleGlobalRestriction()124 assertEquals(false, mAppOpsRestrictions.hasGlobalRestrictions(mClientToken)); in testSetAndGetDoubleGlobalRestriction()135 assertEquals(true, mAppOpsRestrictions.hasGlobalRestrictions(mClientToken)); in testClearGlobalRestrictions()139 assertEquals(false, mAppOpsRestrictions.hasGlobalRestrictions(mClientToken)); in testClearGlobalRestrictions()
55 boolean hasGlobalRestrictions(Object clientToken); in hasGlobalRestrictions() method
101 public boolean hasGlobalRestrictions(Object clientToken) { in hasGlobalRestrictions() method in AppOpsRestrictionsImpl
7085 return !mAppOpsRestrictions.hasGlobalRestrictions(mToken);
7541 PLcom/android/server/appop/AppOpsRestrictionsImpl;->hasGlobalRestrictions(Ljava/lang/Object;)Z