Searched refs:onAppOpsRestrictionRemoved (Results 1 – 3 of 3) sorted by relevance
152 void onAppOpsRestrictionRemoved(int code); in onAppOpsRestrictionRemoved() method
219 mHandler.post(() -> mAppOpsRestrictionRemovedListener.onAppOpsRestrictionRemoved(code)); in notifyAllUserRestrictions()
276 .onAppOpsRestrictionRemoved(mOpCode1); in testNotify()