Searched refs:MODE_IGNORED (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/include/binder/
H A DAppOpsManager.h32 MODE_IGNORED = IAppOpsService::MODE_IGNORED, enumerator in enum:android::AppOpsManager::__anon1374
H A DIAppOpsService.h56 MODE_IGNORED = 1, enumerator in enum:android::IAppOpsService::__anon1379
/frameworks/native/libs/binder/
H A DAppOpsManager.cpp71 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/
H A DAppOpsManager.java60 * setting for the operation under that caller: MODE_ALLOWED, MODE_IGNORED (don't execute
84 public static final int MODE_IGNORED = 1; field in class:AppOpsManager
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
926 * {@link #MODE_IGNORED} if it is not allowed and should be silently ignored (without
964 * {@link #MODE_IGNORED} if it is not allowed and should be silently ignored (without
978 return MODE_IGNORED;
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsApplication.java397 oldPackageName, AppOpsManager.MODE_IGNORED);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1027 res == AppOpsManager::MODE_IGNORED ? "IGNORED" :
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java459 enabled ? AppOpsManager.MODE_ALLOWED : AppOpsManager.MODE_IGNORED);

Completed in 245 milliseconds