Home
last modified time | relevance | path

Searched refs:onAppOpsRestrictionRemoved (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsRestrictions.java152 void onAppOpsRestrictionRemoved(int code); in onAppOpsRestrictionRemoved() method
DAppOpsRestrictionsImpl.java219 mHandler.post(() -> mAppOpsRestrictionRemovedListener.onAppOpsRestrictionRemoved(code)); in notifyAllUserRestrictions()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/appop/
DAppOpsLegacyRestrictionsTest.java276 .onAppOpsRestrictionRemoved(mOpCode1); in testNotify()