Searched defs:MODE_IGNORED (Results 1 - 8 of 8) sorted by relevance
/frameworks/native/include/binder/ |
H A D | IAppOpsService.h | 60 MODE_IGNORED = 1, enumerator in enum:android::IAppOpsService::__anon1444
|
H A D | PermissionController.h | 42 MODE_IGNORED = 1, enumerator in enum:android::PermissionController::__anon1458
|
H A D | AppOpsManager.h | 34 MODE_IGNORED = IAppOpsService::MODE_IGNORED, enumerator in enum:android::AppOpsManager::__anon1438
|
/frameworks/native/libs/binder/include/binder/ |
H A D | IAppOpsService.h | 60 MODE_IGNORED = 1, enumerator in enum:android::IAppOpsService::__anon1564
|
H A D | PermissionController.h | 42 MODE_IGNORED = 1, enumerator in enum:android::PermissionController::__anon1578
|
H A D | AppOpsManager.h | 34 MODE_IGNORED = IAppOpsService::MODE_IGNORED, enumerator in enum:android::AppOpsManager::__anon1558
|
/frameworks/support/compat/src/main/java/androidx/core/app/ |
H A D | AppOpsManagerCompat.java | 43 public static final int MODE_IGNORED = AppOpsManager.MODE_IGNORED; field in class:AppOpsManagerCompat 85 * that these two match, and if not, return {@link #MODE_IGNORED}. If this call 91 * <li>On API 18 and lower, this method always returns {@link #MODE_IGNORED} 98 * {@link #MODE_IGNORED} if it is not allowed and should be silently ignored (without 109 return MODE_IGNORED; 119 * <li>On API 18 and lower, this method always returns {@link #MODE_IGNORED} 129 return MODE_IGNORED; 138 * package name match, and if not, return {@link #MODE_IGNORED}. If this call 144 * <li>On API 22 and lower, this method always returns {@link #MODE_IGNORED} [all...] |
/frameworks/base/core/java/android/app/ |
H A D | AppOpsManager.java | 71 * setting for the operation under that caller: MODE_ALLOWED, MODE_IGNORED (don't execute 96 public static final int MODE_IGNORED = 1; field in class:AppOpsManager 116 * checked is currently in the foreground, otherwise {@link #MODE_IGNORED}. 134 "ignore", // MODE_IGNORED 1184 AppOpsManager.MODE_IGNORED, // OP_WRITE_SMS 1215 AppOpsManager.MODE_IGNORED, // OP_PROJECT_MEDIA 1216 AppOpsManager.MODE_IGNORED, // OP_ACTIVATE_VPN 1868 * @param mode The restriction mode (MODE_IGNORED,MODE_ERRORED) or MODE_ALLOWED to unrestrict. 2122 * {@link #MODE_IGNORED} if it is not allowed and should be silently ignored (without 2154 * that these two match, and if not, return {@link #MODE_IGNORED} [all...] |
Completed in 14 milliseconds