Searched refs:onOpActiveChanged (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | AudioRecordAppOpTest.java | 66 public void onOpActiveChanged(String op, int uid, String packageName, boolean active) { in testRecordAppOps() 67 mockListener.onOpActiveChanged(op, uid, packageName, active); in testRecordAppOps() 98 .only()).onOpActiveChanged(eq(OPSTR_RECORD_AUDIO), in testRecordAppOps() 116 .only()).onOpActiveChanged(eq(OPSTR_RECORD_AUDIO), in testRecordAppOps()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | AlertWindowsAppOpsTests.java | 107 .only()).onOpActiveChanged(eq(OPSTR_SYSTEM_ALERT_WINDOW), in testSystemAlertWindowAppOpsInitiallyAllowed() 123 .only()).onOpActiveChanged(eq(OPSTR_SYSTEM_ALERT_WINDOW), in testSystemAlertWindowAppOpsInitiallyAllowed() 141 .onOpActiveChanged(eq(OPSTR_SYSTEM_ALERT_WINDOW), in testSystemAlertWindowAppOpsInitiallyAllowed()
|
/cts/tests/location/common/src/android/location/cts/common/ |
D | OpActiveChangedCapture.java | 52 public void onOpActiveChanged(String op, int uid, String packageName, boolean active) { in onOpActiveChanged() method in OpActiveChangedCapture
|
/cts/tests/musicrecognition/src/android/musicrecognition/cts/ |
D | MusicRecognitionManagerTest.java | 233 .onOpActiveChanged(eq(AppOpsManager.OPSTR_RECORD_AUDIO), in testRecordAudioOpsAreTracked() 247 .onOpActiveChanged(eq(AppOpsManager.OPSTR_RECORD_AUDIO), in testRecordAudioOpsAreTracked() 260 .onOpActiveChanged(eq(AppOpsManager.OPSTR_RECORD_AUDIO), in testRecordAudioOpsAreTracked()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/res/apis/ |
D | test-current.txt | 240 …method public default void onOpActiveChanged(@NonNull String, int, @NonNull String, @Nullable Stri…
|