Searched refs:onOpActiveChanged (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/appops/ |
D | AppOpsControllerTest.java | 100 mController.onOpActiveChanged( in addCallback_includedCode() 112 mController.onOpActiveChanged( in addCallback_notIncludedCode() 123 mController.onOpActiveChanged( in removeCallback_sameCode() 134 mController.onOpActiveChanged( in addCallback_notSameCode() 143 mController.onOpActiveChanged(AppOpsManager.OP_RECORD_AUDIO, in getActiveItems_sameDetails() 145 mController.onOpActiveChanged(AppOpsManager.OP_RECORD_AUDIO, in getActiveItems_sameDetails() 152 mController.onOpActiveChanged(AppOpsManager.OP_RECORD_AUDIO, in getActiveItems_differentDetails() 154 mController.onOpActiveChanged(AppOpsManager.OP_CAMERA, in getActiveItems_differentDetails() 163 mController.onOpActiveChanged(AppOpsManager.OP_RECORD_AUDIO, in getActiveItemsForUser() 165 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.OPSTR_CAMERA), in testWatchActiveOps() 86 .times(1)).onOpActiveChanged(eq(AppOpsManager.OPSTR_CAMERA), in testWatchActiveOps() 123 .times(1)).onOpActiveChanged(eq(AppOpsManager.OPSTR_CAMERA), in testWatchActiveOps()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/micdisclosure/ |
D | RecordAudioAppOpObserver.java | 63 public void onOpActiveChanged(String op, int uid, String packageName, boolean active) { in onOpActiveChanged() method in RecordAudioAppOpObserver
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/ |
D | AppOpsControllerImpl.java | 276 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 | 6365 void onOpActiveChanged(@NonNull String op, int uid, @NonNull String packageName, in onOpActiveChanged() method 6402 default void onOpActiveChanged(String op, int uid, String packageName, boolean active) { } in onOpActiveChanged() method 6403 default void onOpActiveChanged(int op, int uid, String packageName, boolean active) { } in onOpActiveChanged() method 6937 ((OnOpActiveChangedInternalListener) callback).onOpActiveChanged(op, in startWatchingActive() 6941 callback.onOpActiveChanged(sOpToString[op], uid, packageName, active); in startWatchingActive()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1328 HSPLandroid/app/AppOpsManager$OnOpActiveChangedInternalListener;->onOpActiveChanged(Ljava/lang/Stri…
|
/frameworks/base/api/ |
D | current.txt | 4438 method public void onOpActiveChanged(@NonNull String, int, @NonNull String, boolean);
|