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

  /frameworks/native/include/binder/
AppOpsManager.h 64 OP_CAMERA = 26,
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 997 mAppOpsManager.startWatchingMode(AppOpsManager::OP_CAMERA,
999 res = mAppOpsManager.startOp(AppOpsManager::OP_CAMERA,
1013 mAppOpsManager.finishOp(AppOpsManager::OP_CAMERA, mClientUid,
    [all...]
  /frameworks/base/core/java/android/app/
AppOpsManager.java 154 public static final int OP_CAMERA = 26;
238 OP_CAMERA,
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java 158 AppOpsManager.OP_CAMERA,

Completed in 86 milliseconds