Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/appops/
DAppOpsControllerTest.java94 mController.onOpActiveChanged( in addCallback_includedCode()
105 mController.onOpActiveChanged( in addCallback_notIncludedCode()
115 mController.onOpActiveChanged( in removeCallback_sameCode()
125 mController.onOpActiveChanged( in addCallback_notSameCode()
133 mController.onOpActiveChanged(AppOpsManager.OP_RECORD_AUDIO, in getActiveItems_sameDetails()
135 mController.onOpActiveChanged(AppOpsManager.OP_RECORD_AUDIO, in getActiveItems_sameDetails()
142 mController.onOpActiveChanged(AppOpsManager.OP_RECORD_AUDIO, in getActiveItems_differentDetails()
144 mController.onOpActiveChanged(AppOpsManager.OP_CAMERA, in getActiveItems_differentDetails()
153 mController.onOpActiveChanged(AppOpsManager.OP_RECORD_AUDIO, in getActiveItemsForUser()
155 mController.onOpActiveChanged(AppOpsManager.OP_CAMERA, in getActiveItemsForUser()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/appop/
DAppOpsActiveWatcherTest.java68 .times(1)).onOpActiveChanged(eq(AppOpsManager.OP_CAMERA), in testWatchActiveOps()
86 .times(1)).onOpActiveChanged(eq(AppOpsManager.OP_CAMERA), in testWatchActiveOps()
/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
DAppOpsControllerImpl.java255 public void onOpActiveChanged(int code, int uid, String packageName, boolean active) { in onOpActiveChanged() method in AppOpsControllerImpl
/frameworks/base/core/java/android/app/
DAppOpsManager.java4284 void onOpActiveChanged(int code, int uid, String packageName, boolean active); in onOpActiveChanged() method
4805 callback.onOpActiveChanged(op, uid, packageName, active); in startWatchingActive()
/frameworks/base/api/
Dtest-current.txt288 method public void onOpActiveChanged(int, int, String, boolean);