Searched refs:getGlobalRestriction (Results 1 – 4 of 4) sorted by relevance
90 assertEquals(false, mAppOpsRestrictions.getGlobalRestriction(mClientToken, mOpCode1)); in testSetAndGetSingleGlobalRestriction()97 assertEquals(true, mAppOpsRestrictions.getGlobalRestriction(mClientToken, mOpCode1)); in testSetAndGetSingleGlobalRestriction()105 assertEquals(false, mAppOpsRestrictions.getGlobalRestriction(mClientToken, mOpCode1)); in testSetAndGetSingleGlobalRestriction()
46 boolean getGlobalRestriction(Object clientToken, int code); in getGlobalRestriction() method
91 public boolean getGlobalRestriction(Object clientToken, int code) { in getGlobalRestriction() method in AppOpsRestrictionsImpl
6154 return mAppOpsRestrictions.getGlobalRestriction(mToken, code);