Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
DAppOpsControllerImpl.java435 private void notifySuscribers(int code, int uid, String packageName, boolean active) { in notifySuscribers() method in AppOpsControllerImpl
474 notifySuscribers(code, uid, packageName, active); in onOpActiveChanged()
494 notifySuscribers(code, uid, packageName, true); in onOpNoted()
553 notifySuscribers( in updateSensorDisabledStatus()