Home
last modified time | relevance | path

Searched refs:clearGlobalRestrictions (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/appop/
H A DAppOpsLegacyRestrictionsTest.java129 assertEquals(false, mAppOpsRestrictions.clearGlobalRestrictions(mClientToken)); in testClearGlobalRestrictions()
136 assertEquals(true, mAppOpsRestrictions.clearGlobalRestrictions(mClientToken)); in testClearGlobalRestrictions()
140 assertEquals(false, mAppOpsRestrictions.clearGlobalRestrictions(mClientToken)); in testClearGlobalRestrictions()
/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsRestrictions.java63 boolean clearGlobalRestrictions(Object clientToken); in clearGlobalRestrictions() method
H A DAppOpsRestrictionsImpl.java105 public boolean clearGlobalRestrictions(Object clientToken) { in clearGlobalRestrictions() method in AppOpsRestrictionsImpl
H A DAppOpsService.java6163 mAppOpsRestrictions.clearGlobalRestrictions(mToken);