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

  /frameworks/native/include/binder/
AppOpsManager.h 32 MODE_IGNORED = IAppOpsService::MODE_IGNORED,
IAppOpsService.h 56 MODE_IGNORED = 1,
  /frameworks/native/libs/binder/
AppOpsManager.cpp 71 return service != NULL ? service->checkOperation(op, uid, callingPackage) : MODE_IGNORED;
76 return service != NULL ? service->noteOperation(op, uid, callingPackage) : MODE_IGNORED;
82 : MODE_IGNORED;
  /frameworks/base/core/java/android/app/
AppOpsManager.java 60 * setting for the operation under that caller: MODE_ALLOWED, MODE_IGNORED (don't execute
84 public static final int MODE_IGNORED = 1;
426 AppOpsManager.MODE_IGNORED, // OP_WRITE_SMS
872 * {@link #MODE_IGNORED} if it is not allowed and should be silently ignored (without
891 * that these two match, and if not, return {@link #MODE_IGNORED}. If this call
898 * {@link #MODE_IGNORED} if it is not allowed and should be silently ignored (without
917 * verify that these two match, and if not, return {@link #MODE_IGNORED}. If this call
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsDetails.java 152 ? AppOpsManager.MODE_ALLOWED : AppOpsManager.MODE_IGNORED);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsApplication.java 397 oldPackageName, AppOpsManager.MODE_IGNORED);
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp     [all...]
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 459 enabled ? AppOpsManager.MODE_ALLOWED : AppOpsManager.MODE_IGNORED);
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 7569 milliseconds