Searched defs:MODE_IGNORED (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/include/binder/
H A DIAppOpsService.h58 MODE_IGNORED = 1, enumerator in enum:android::IAppOpsService::__anon1550
H A DAppOpsManager.h32 MODE_IGNORED = IAppOpsService::MODE_IGNORED, enumerator in enum:android::AppOpsManager::__anon1544
/frameworks/native/libs/binder/include/binder/
H A DIAppOpsService.h58 MODE_IGNORED = 1, enumerator in enum:android::IAppOpsService::__anon1643
H A DAppOpsManager.h32 MODE_IGNORED = IAppOpsService::MODE_IGNORED, enumerator in enum:android::AppOpsManager::__anon1637
/frameworks/support/compat/java/android/support/v4/app/
H A DAppOpsManagerCompat.java42 public static final int MODE_IGNORED = 1; field in class:AppOpsManagerCompat
71 * that these two match, and if not, return {@link #MODE_IGNORED}. If this call
79 * {@link #MODE_IGNORED} if it is not allowed and should be silently ignored (without
89 return MODE_IGNORED;
98 * package name match, and if not, return {@link #MODE_IGNORED}. If this call
105 * {@link #MODE_IGNORED} if it is not allowed and should be silently ignored (without
115 return MODE_IGNORED;
/frameworks/base/core/java/android/app/
H A DAppOpsManager.java67 * setting for the operation under that caller: MODE_ALLOWED, MODE_IGNORED (don't execute
91 public static final int MODE_IGNORED = 1; field in class:AppOpsManager
903 AppOpsManager.MODE_IGNORED, // OP_WRITE_SMS
934 AppOpsManager.MODE_IGNORED, // OP_PROJECT_MEDIA
935 AppOpsManager.MODE_IGNORED, // OP_ACTIVATE_VPN
1459 * @param mode The restriction mode (MODE_IGNORED,MODE_ERRORED) or MODE_ALLOWED to unrestrict.
1586 * {@link #MODE_IGNORED} if it is not allowed and should be silently ignored (without
1605 * that these two match, and if not, return {@link #MODE_IGNORED}. If this call
1612 * {@link #MODE_IGNORED} if it is not allowed and should be silently ignored (without
1633 * package name match, and if not, return {@link #MODE_IGNORED}
[all...]

Completed in 476 milliseconds