Searched refs:onOpActiveChanged (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/appops/ |
D | AppOpsControllerTest.java | 94 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/ |
D | AppOpsActiveWatcherTest.java | 68 .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/ |
D | AppOpsControllerImpl.java | 255 public void onOpActiveChanged(int code, int uid, String packageName, boolean active) { in onOpActiveChanged() method in AppOpsControllerImpl
|
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 4284 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/ |
D | test-current.txt | 288 method public void onOpActiveChanged(int, int, String, boolean);
|