Searched refs:onOpActiveChanged (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/appops/ |
D | AppOpsControllerTest.java | 98 mController.onOpActiveChanged( in addCallback_includedCode() 110 mController.onOpActiveChanged( in addCallback_notIncludedCode() 121 mController.onOpActiveChanged( in removeCallback_sameCode() 132 mController.onOpActiveChanged( in addCallback_notSameCode() 141 mController.onOpActiveChanged(AppOpsManager.OP_RECORD_AUDIO, in getActiveItems_sameDetails() 143 mController.onOpActiveChanged(AppOpsManager.OP_RECORD_AUDIO, in getActiveItems_sameDetails() 150 mController.onOpActiveChanged(AppOpsManager.OP_RECORD_AUDIO, in getActiveItems_differentDetails() 152 mController.onOpActiveChanged(AppOpsManager.OP_CAMERA, in getActiveItems_differentDetails() 161 mController.onOpActiveChanged(AppOpsManager.OP_RECORD_AUDIO, in getActiveItemsForUser() 163 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 | 269 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 | 4338 void onOpActiveChanged(int code, int uid, String packageName, boolean active); in onOpActiveChanged() method 4860 callback.onOpActiveChanged(op, uid, packageName, active); in startWatchingActive()
|
/frameworks/base/api/ |
D | test-lint-baseline.txt | 622 MissingNullability: android.app.AppOpsManager.OnOpActiveChangedListener#onOpActiveChanged(int, int,…
|
D | test-current.txt | 293 method public void onOpActiveChanged(int, int, String, boolean);
|