Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
DAppOpsControllerImpl.java180 private boolean updateActives(int code, int uid, String packageName, boolean active) { in updateActives() method in AppOpsControllerImpl
281 boolean activeChanged = updateActives(code, uid, packageName, active); in onOpActiveChanged()