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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DAppOpsManagerCompat.java43 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/native/include/binder/
H A DPermissionController.h42 MODE_IGNORED = 1, enumerator in enum:android::PermissionController::__anon1458
H A DAppOpsManager.h34 MODE_IGNORED = IAppOpsService::MODE_IGNORED, enumerator in enum:android::AppOpsManager::__anon1438
H A DIAppOpsService.h60 MODE_IGNORED = 1, enumerator in enum:android::IAppOpsService::__anon1444
/frameworks/native/libs/binder/include/binder/
H A DPermissionController.h42 MODE_IGNORED = 1, enumerator in enum:android::PermissionController::__anon1578
H A DAppOpsManager.h34 MODE_IGNORED = IAppOpsService::MODE_IGNORED, enumerator in enum:android::AppOpsManager::__anon1558
H A DIAppOpsService.h60 MODE_IGNORED = 1, enumerator in enum:android::IAppOpsService::__anon1564
/frameworks/native/libs/binder/
H A DAppOpsManager.cpp34 const int APP_OPS_MANAGER_UNAVAILABLE_MODE = AppOpsManager::MODE_IGNORED;
/frameworks/base/core/java/android/content/
H A DContentProvider.java22 import static android.app.AppOpsManager.MODE_IGNORED;
619 if (strongestMode == MODE_IGNORED) {
620 return MODE_IGNORED;
698 if (strongestMode == MODE_IGNORED) {
699 return MODE_IGNORED;
/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DBackgroundRestrictionsTest.java182 TEST_APP_PACKAGE, allow ? AppOpsManager.MODE_ALLOWED : AppOpsManager.MODE_IGNORED);
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DAppStateTrackerTest.java222 AppOpsManager.MODE_IGNORED : AppOpsManager.MODE_ALLOWED;
687 AppOpsManager.MODE_IGNORED, 0, 0, 0, 0, null));
690 AppOpsManager.MODE_IGNORED, 0, 0, 0, 0, null));
698 AppOpsManager.MODE_IGNORED, 0, 0, 0, 0, null));
714 AppOpsManager.MODE_IGNORED, 0, 0, 0, 0, null));
717 AppOpsManager.MODE_IGNORED, 0, 0, 0, 0, null));
H A DNetworkScorerAppManagerTest.java608 .thenReturn(AppOpsManager.MODE_IGNORED);
/frameworks/base/core/java/android/app/
H A DAppOpsManager.java71 * 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...]
/frameworks/base/services/core/java/com/android/server/
H A DAppOpsService.java335 ? AppOpsManager.MODE_ALLOWED : AppOpsManager.MODE_IGNORED;
1420 return AppOpsManager.MODE_IGNORED;
1424 return AppOpsManager.MODE_IGNORED;
1452 return AppOpsManager.MODE_IGNORED;
1539 return AppOpsManager.MODE_IGNORED;
1548 return AppOpsManager.MODE_IGNORED;
1560 return AppOpsManager.MODE_IGNORED;
1577 return AppOpsManager.MODE_IGNORED;
1677 return AppOpsManager.MODE_IGNORED;
1690 return AppOpsManager.MODE_IGNORED;
[all...]
/frameworks/base/media/java/android/media/
H A DPlayerBase.java271 int mode = AppOpsManager.MODE_IGNORED;
/frameworks/base/tests/net/java/com/android/server/
H A DIpSecServiceParameterizedTest.java153 // A mismatch between the package name and the UID will return MODE_IGNORED.
155 .thenReturn(AppOpsManager.MODE_IGNORED);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSmsApplication.java583 oldPackageName, AppOpsManager.MODE_IGNORED);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp2239 if (res == AppOpsManager::MODE_IGNORED) {
2315 res == AppOpsManager::MODE_IGNORED ? "IGNORED" :
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiServiceImplTest.java444 * Verify a SecurityException is thrown if OP_CHANGE_WIFI_STATE is set to MODE_IGNORED
450 doReturn(AppOpsManager.MODE_IGNORED).when(mAppOpsManager)
1035 doReturn(AppOpsManager.MODE_IGNORED).when(mAppOpsManager)
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java905 mute ? AppOpsManager.MODE_IGNORED : AppOpsManager.MODE_ALLOWED,
/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java454 case AppOpsManager.MODE_IGNORED:
1175 case AppOpsManager.MODE_IGNORED:
1214 case AppOpsManager.MODE_IGNORED:
H A DActivityManagerService.java9332 case AppOpsManager.MODE_IGNORED:
[all...]
/frameworks/base/core/java/android/hardware/
H A DCamera.java1748 int mode = AppOpsManager.MODE_IGNORED;
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java772 authorized ? AppOpsManager.MODE_ALLOWED : AppOpsManager.MODE_IGNORED);
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java2689 case AppOpsManager.MODE_IGNORED:
2690 // although we return ADD_OKAY for MODE_IGNORED, the added window will

Completed in 627 milliseconds