/aosp12/frameworks/base/services/core/java/com/android/server/power/ |
H A D | AmbientDisplaySuppressionController.java | 59 public void suppress(@NonNull String token, int callingUid, boolean suppress) { in suppress() method in AmbientDisplaySuppressionController 62 if (suppress) { in suppress()
|
/aosp12/frameworks/base/core/java/android/transition/ |
H A D | Visibility.java | 112 public void setSuppressLayout(boolean suppress) { in setSuppressLayout() argument 113 this.mSuppressLayout = suppress; in setSuppressLayout() 624 private void suppressLayout(boolean suppress) { in suppressLayout() argument 625 if (mSuppressLayout && mLayoutSuppressed != suppress && mParent != null) { in suppressLayout() 626 mLayoutSuppressed = suppress; in suppressLayout() 627 mParent.suppressLayout(suppress); in suppressLayout()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | igmp.h | 56 __u8 qrv : 3, suppress : 1, resv : 4; member 58 __u8 resv : 4, suppress : 1, qrv : 3; member
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | IndividualSensorPrivacyControllerImpl.java | 71 public void suppressSensorPrivacyReminders(int sensor, boolean suppress) { in suppressSensorPrivacyReminders() argument 72 mSensorPrivacyManager.suppressSensorPrivacyReminders(sensor, suppress); in suppressSensorPrivacyReminders()
|
H A D | IndividualSensorPrivacyController.java | 32 void suppressSensorPrivacyReminders(int sensor, boolean suppress); in suppressSensorPrivacyReminders() argument
|
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
H A D | log.h | 126 __pragma (warning(suppress : 4127 )) \ 129 __pragma (warning(suppress : 4127 )) \ 348 __pragma (warning(suppress : 4127 )) \
|
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
H A D | log.h | 144 __pragma (warning(suppress : 4127 )) \ 147 __pragma (warning(suppress : 4127 )) \ 402 __pragma (warning(suppress : 4127 )) \
|
/aosp12/frameworks/base/core/java/android/hardware/ |
H A D | SensorPrivacyManager.java | 486 boolean suppress) { in suppressSensorPrivacyReminders() argument 487 suppressSensorPrivacyReminders(sensor, suppress, UserHandle.USER_CURRENT); in suppressSensorPrivacyReminders() 501 boolean suppress, @UserIdInt int userId) { in suppressSensorPrivacyReminders() argument 504 token, suppress); in suppressSensorPrivacyReminders()
|
H A D | ISensorPrivacyManager.aidl | 50 boolean suppress); in suppressIndividualSensorPrivacyReminders() argument
|
/aosp12/system/tools/aidl/ |
H A D | diagnostics.cpp | 109 Hook suppress{std::bind(&DiagnosticsContext::Suppress, &diag, _1)}; in Check() local 111 std::function<void(const AidlNode&)> top_down = [&top_down, &suppress, &restore, in Check() 113 a.DispatchVisit(suppress); in Check()
|
/aosp12/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/suppress/ |
H A D | SuppressedTest.java | 17 package android.test.suitebuilder.examples.suppress;
|
H A D | PartiallySuppressedTest.java | 17 package android.test.suitebuilder.examples.suppress;
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/ |
H A D | ZenModeBackend.java | 161 protected void saveVisualEffectsPolicy(int category, boolean suppress) { in saveVisualEffectsPolicy() argument 165 int suppressedEffects = getNewSuppressedEffects(suppress, category); in saveVisualEffectsPolicy() 187 private int getNewSuppressedEffects(boolean suppress, int effectType) { in getNewSuppressedEffects() argument 190 if (suppress) { in getNewSuppressedEffects()
|
/aosp12/art/test/162-method-resolution/ |
H A D | info.txt | 2 Where the RI conflicts with JLS, we follow the JLS and suppress the divergence
|
/aosp12/build/make/core/combo/ |
H A D | HOST_darwin-x86_64.mk | 30 -dynamiclib -single_module -read_only_relocs suppress \
|
/aosp12/art/test/1931-monitor-events/src/art/ |
H A D | Test1931.java | 191 try (AutoCloseable suppress = SuppressContention(controller2)) { in testWait() argument 212 try (AutoCloseable suppress = SuppressContention(controller2)) { in testTimedWait() argument
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | system_app.te | 99 # suppress denials for services system_app should not be accessing. 111 # suppress denials caused by debugfs_tracing
|
H A D | netutils_wrapper.te | 39 # suppress spurious denials
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | system_app.te | 99 # suppress denials for services system_app should not be accessing. 111 # suppress denials caused by debugfs_tracing
|
/aosp12/system/sepolicy/private/ |
H A D | system_app.te | 99 # suppress denials for services system_app should not be accessing. 111 # suppress denials caused by debugfs_tracing
|
/aosp12/packages/apps/Camera2/src/com/android/camera/debug/ |
H A D | Log.java | 190 public static void suppressLogsForTesting(boolean suppress) { in suppressLogsForTesting() argument 191 sSuppressForTesting = suppress; in suppressLogsForTesting()
|
/aosp12/hardware/google/pixel-sepolicy/sota_app/system_ext/ |
H A D | factory_ota_app.te | 31 # For suppress more GPU service sepolicy error log.
|
/aosp12/system/sepolicy/prebuilts/api/27.0/private/ |
H A D | dexoptanalyzer.te | 25 # "dontaudit...audit_access" policy line to suppress the audit access without
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | netutils_wrapper.te | 39 # suppress spurious denials
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | netutils_wrapper.te | 39 # suppress spurious denials
|