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

  /frameworks/native/libs/binder/include/binder/
IAppOpsService.h 60 MODE_IGNORED = 1,
PermissionController.h 42 MODE_IGNORED = 1,
AppOpsManager.h 34 MODE_IGNORED = IAppOpsService::MODE_IGNORED,
  /frameworks/support/compat/src/main/java/androidx/core/app/
AppOpsManagerCompat.java 43 public static final int MODE_IGNORED = AppOpsManager.MODE_IGNORED;
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...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/model/
AppPermissionGroup.java 531 mAppOps.setUidMode(permission.getAppOp(), uid, AppOpsManager.MODE_IGNORED);
  /frameworks/base/core/java/android/app/
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;
116 * checked is currently in the foreground, otherwise {@link #MODE_IGNORED}.
134 "ignore", // MODE_IGNORED
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 110 milliseconds