HomeSort by relevance Sort by last modified time
    Searched refs:OP_CAMERA (Results 1 - 18 of 18) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/appops/
AppOpsActiveWatcherTest.java 59 appOpsManager.startWatchingActive(new int[] {AppOpsManager.OP_CAMERA,
63 appOpsManager.startOp(AppOpsManager.OP_CAMERA);
67 .times(1)).onOpActiveChanged(eq(AppOpsManager.OP_CAMERA),
77 assertThat(appOpsManager.isOperationActive(AppOpsManager.OP_CAMERA,
81 appOpsManager.finishOp(AppOpsManager.OP_CAMERA);
85 .times(1)).onOpActiveChanged(eq(AppOpsManager.OP_CAMERA),
89 assertThat(appOpsManager.isOperationActive(AppOpsManager.OP_CAMERA,
102 appOpsManager.startOp(AppOpsManager.OP_CAMERA);
108 appOpsManager.finishOp(AppOpsManager.OP_CAMERA);
118 appOpsManager.startOp(AppOpsManager.OP_CAMERA);
    [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
AppOpsInfoTest.java 19 import static android.app.AppOpsManager.OP_CAMERA;
115 expectedOps.add(OP_CAMERA);
134 expectedOps.add(OP_CAMERA);
153 expectedOps.add(OP_CAMERA);
180 expectedOps.add(OP_CAMERA);
190 expectedOps.add(OP_CAMERA);
202 expectedOps.add(OP_CAMERA);
NotificationGutsManagerTest.java 19 import static android.app.AppOpsManager.OP_CAMERA;
196 ops.add(OP_CAMERA);
216 ops.add(OP_CAMERA);
237 ops.add(OP_CAMERA);
249 ops.add(OP_CAMERA);
NotificationDataTest.java 20 import static android.app.AppOpsManager.OP_CAMERA;
163 expectedOps.add(OP_CAMERA);
189 expectedOps.add(OP_CAMERA);
201 assertTrue(mRow.getEntry().key + " doesn't have op " + OP_CAMERA,
202 mNotificationData.get(mRow.getEntry().key).mActiveAppOps.contains(OP_CAMERA));
203 assertTrue(row2.getEntry().key + " doesn't have op " + OP_CAMERA,
204 mNotificationData.get(row2.getEntry().key).mActiveAppOps.contains(OP_CAMERA));
NotificationEntryManagerTest.java 302 AppOpsManager.OP_CAMERA, mEntry.notification.getUid(),
307 AppOpsManager.OP_CAMERA));
316 mEntryManager.updateNotificationsForAppOp(AppOpsManager.OP_CAMERA, 1000, "pkg", true);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
AppOpsListener.java 41 protected static final int[] OPS = new int[] {AppOpsManager.OP_CAMERA,
AppOpsInfo.java 128 if (mAppOps.contains(AppOpsManager.OP_CAMERA)) {
136 if (mAppOps.contains(AppOpsManager.OP_CAMERA)) {
NotificationGutsManager.java 18 import static android.app.AppOpsManager.OP_CAMERA;
136 if (ops.contains(OP_CAMERA) || ops.contains(OP_RECORD_AUDIO)) {
143 } else if (ops.contains(OP_CAMERA) || ops.contains(OP_RECORD_AUDIO)) {
  /frameworks/native/libs/binder/include/binder/
AppOpsManager.h 66 OP_CAMERA = 26,
  /packages/services/Telecomm/src/com/android/server/telecom/
VideoProviderProxy.java 587 return appOpsManager != null && appOpsManager.noteOp(AppOpsManager.OP_CAMERA,
  /frameworks/base/core/java/android/app/
AppOpsManager.java 251 public static final int OP_CAMERA = 26;
639 OP_CAMERA,
686 OP_CAMERA, // CAMERA
    [all...]
  /frameworks/base/core/java/android/view/
NotificationHeaderView.java 332 mCameraIcon.setVisibility(appOps.contains(AppOpsManager.OP_CAMERA)
  /packages/apps/Settings/src/com/android/settings/applications/appops/
AppOpsState.java 156 AppOpsManager.OP_CAMERA,
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/
StorageManagerService.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 

Completed in 362 milliseconds