/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupManager.java | 239 boolean prevSuppressed = group.suppressed; in updateSuppression() 240 group.suppressed = group.summary != null && !group.expanded in updateSuppression() 245 if (prevSuppressed != group.suppressed) { in updateSuppression() 248 listener.onGroupSuppressionChanged(group, group.suppressed); in updateSuppression() 336 return group != null && group.suppressed; in isGroupSuppressed() 368 if (group == null || group.summary == null || group.suppressed) { in isChildInGroupWithSummary() 650 public boolean suppressed; field in NotificationGroupManager.NotificationGroup 666 result += "\n summary suppressed: " + suppressed; in toString() 695 default void onGroupSuppressionChanged(NotificationGroup group, boolean suppressed) {} in onGroupSuppressionChanged() argument
|
D | DozeServiceHost.java | 451 void setDozeSuppressed(boolean suppressed) { in setDozeSuppressed() argument 452 if (suppressed == mSuppressed) { in setDozeSuppressed() 455 mSuppressed = suppressed; in setDozeSuppressed() 457 callback.onDozeSuppressedChanged(suppressed); in setDozeSuppressed()
|
D | NotificationGroupAlertTransferHelper.java | 143 public void onGroupSuppressionChanged(NotificationGroup group, boolean suppressed) { 144 if (suppressed) {
|
D | StatusBar.java | 4373 public void suppressAmbientDisplay(boolean suppressed) { in suppressAmbientDisplay() argument 4374 mDozeServiceHost.setDozeSuppressed(suppressed); in suppressAmbientDisplay()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeHost.java | 102 default void onDozeSuppressedChanged(boolean suppressed) {} in onDozeSuppressedChanged() argument
|
D | DozeTriggers.java | 570 public void onDozeSuppressedChanged(boolean suppressed) { 572 if (mConfig.alwaysOnEnabled(UserHandle.USER_CURRENT) && !suppressed) {
|
/frameworks/base/core/proto/android/app/ |
D | notificationmanager.proto | 64 // Whether notifications suppressed by DND should not interrupt visually 69 // Whether notifications suppressed by DND should not interrupt visually
|
/frameworks/native/services/surfaceflinger/CompositionEngine/ |
D | Android.bp | 127 // since new PM silently suppressed ASAN. Temporarily turn off ASAN
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 947 public void setPulseSuppressed(boolean suppressed) { in setPulseSuppressed() argument 948 mPulseSupressed = suppressed; in setPulseSuppressed()
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | Base64Test.java | 578 Throwable[] suppressed = expected.getSuppressed(); in testOutputStream_ioExceptionDuringCloseAndWrite() 579 List<String> suppressedMessages = Arrays.asList(suppressed).stream() in testOutputStream_ioExceptionDuringCloseAndWrite()
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 78 to be no data. Likewise, all dependent calculations are suppressed in this case
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 585 boolean suppressed) { in setupNEM() 591 if (!suppressed && groupKey != null in setupNEM()
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsStorage.java | 347 } catch (FileNotFoundException suppressed) { in readFile()
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 75 # brief descriptions will be completely suppressed.
|
/frameworks/native/docs/ |
D | Doxyfile | 89 # brief descriptions will be completely suppressed.
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 99 # brief descriptions will be completely suppressed.
|
D | Doxyfile.orig | 99 # brief descriptions will be completely suppressed.
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 107 # brief descriptions will be completely suppressed.
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 107 # brief descriptions will be completely suppressed.
|
D | Doxyfile.orig | 107 # brief descriptions will be completely suppressed.
|