/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationRecordExtractorDataTest.java | 99 Bundle signals = new Bundle(); in testHasDiffs_proposedImportanceChange() local 134 Bundle signals = new Bundle(); in testHasDiffs_autoBundled() local 170 Bundle signals = new Bundle(); in testHasDiffs_sensitiveContentChange() local 206 Bundle signals = new Bundle(); in testHasDiffs_summarization() local
|
D | NotificationRecordTest.java | 740 Bundle signals = new Bundle(); in testLogMakerImportanceAsst() local 817 Bundle signals = new Bundle(); in testLogMakerImportanceMulti() local 923 Bundle signals = new Bundle(); in testUserSentiment() local 952 Bundle signals = new Bundle(); in testUserSentiment_appImportanceBlocksNegativeSentimentUpdate() local 970 Bundle signals = new Bundle(); in testUserSentiment_userLocked() local 988 Bundle signals = new Bundle(); in testProposedImportance() local 1021 Bundle signals = new Bundle(); in testSummarization_null() local 1041 Bundle signals = new Bundle(); in testSummarization_charSequence() local 1061 Bundle signals = new Bundle(); in testSummarization_string() local 1079 Bundle signals = new Bundle(); in testSensitiveContent() local
|
D | NotificationAdjustmentExtractorTest.java | 69 Bundle signals = new Bundle(); in testExtractsAdjustment() local
|
D | NotificationManagerServiceTest.java | 7428 Bundle signals = new Bundle(); in testApplyAdjustmentMultiUser() local 7448 Bundle signals = new Bundle(); in testAssistantBlockingTriggersCancel() local 7470 Bundle signals = new Bundle(); in testApplyEnqueuedAdjustmentFromAssistant_singleUser() local 7489 Bundle signals = new Bundle(); in testApplyEnqueuedAdjustmentFromAssistant_importance() local 7507 Bundle signals = new Bundle(); in testApplyEnqueuedAdjustmentFromAssistant_crossUser() local 7527 Bundle signals = new Bundle(); in testUserSentimentChangeTriggersUpdate() local 7545 Bundle signals = new Bundle(); in testTooLateAdjustmentTriggersUpdate() local 7646 Bundle signals = new Bundle(); in testSensitiveAdjustmentsLogged() local 7697 Bundle signals = new Bundle(); in testClassificationChannelAdjustmentsLogged() local 7801 Bundle signals = new Bundle(); in testEnqueuedAdjustmentAppliesAdjustments() local [all …]
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/autoaddable/ |
D | WorkTileAutoAddableTest.kt | 150 val signals by collectValues(underTest.autoAddSignal(userId)) in <lambda>() constant 163 val signals by collectValues(underTest.autoAddSignal(userId)) in <lambda>() constant 177 val signals by collectValues(underTest.autoAddSignal(userId)) in <lambda>() constant
|
D | A11yShortcutAutoAddableTest.kt | 113 val signals by collectValues(underTest.autoAddSignal(USER_ID)) in multipleChangesWithTarget_onlyOneAddSignal() constant 130 val signals by collectValues(underTest.autoAddSignal(USER_ID)) in multipleChangesWithoutTarget_onlyOneRemoveSignal() constant
|
D | AutoAddableSettingTest.kt | 100 val signals by collectValues(underTest.autoAddSignal(userId)) in multipleNonZeroChanges_onlyOneSignal() constant
|
D | SafetyCenterAutoAddableTest.kt | 117 val signals by collectValues(underTest.autoAddSignal(0)) in safetyCenterEnabled_newAddSignal() constant
|
/frameworks/base/core/java/android/service/notification/ |
D | Adjustment.java | 246 public Adjustment(String pkg, String key, Bundle signals, CharSequence explanation, int user) { in Adjustment() 264 public Adjustment(@NonNull String pkg, @NonNull String key, @NonNull Bundle signals, in Adjustment()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationAttentionHelper.java | 426 int buzzBeepBlinkLocked(NotificationRecord record, Signals signals) { in buzzBeepBlinkLocked() 640 final Signals signals, boolean hasAudibleAlert) { in shouldMuteNotificationLocked() 984 boolean canShowLightsLocked(final NotificationRecord record, final Signals signals, in canShowLightsLocked() 1091 final Signals signals) { in isNotificationForCurrentUser()
|
D | NotificationRecord.java | 729 Bundle signals = adjustment.getSignals(); in applyAdjustments() local
|
D | NotificationManagerService.java | 1962 Bundle signals = new Bundle(); in unsummarizeNotificationLocked() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierSignalAgent.java | 267 String[] signals = splitStr[1].split(CARRIER_SIGNAL_DELIMITER); in parseAndCache() local
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | RefreshRateSelector.h | 583 GlobalSignals signals; member
|
D | RefreshRateSelector.cpp | 477 GlobalSignals signals, Fps pacesetterFps) const in getRankedFrameRates() 507 GlobalSignals signals, Fps pacesetterFps) const in getRankedFrameRatesLocked()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | RefreshRateSelectorTest.cpp | 1504 auto signals = selector.getRankedFrameRates({}, {}).consideredSignals; in TEST_P() local 2171 const RefreshRateSelector::GlobalSignals& signals) { in TEST_P()
|