Home
last modified time | relevance | path

Searched defs:signals (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordExtractorDataTest.java99 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
DNotificationRecordTest.java740 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
DNotificationAdjustmentExtractorTest.java69 Bundle signals = new Bundle(); in testExtractsAdjustment() local
DNotificationManagerServiceTest.java7428 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/
DWorkTileAutoAddableTest.kt150 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
DA11yShortcutAutoAddableTest.kt113 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
DAutoAddableSettingTest.kt100 val signals by collectValues(underTest.autoAddSignal(userId)) in multipleNonZeroChanges_onlyOneSignal() constant
DSafetyCenterAutoAddableTest.kt117 val signals by collectValues(underTest.autoAddSignal(0)) in safetyCenterEnabled_newAddSignal() constant
/frameworks/base/core/java/android/service/notification/
DAdjustment.java246 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/
DNotificationAttentionHelper.java426 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()
DNotificationRecord.java729 Bundle signals = adjustment.getSignals(); in applyAdjustments() local
DNotificationManagerService.java1962 Bundle signals = new Bundle(); in unsummarizeNotificationLocked() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierSignalAgent.java267 String[] signals = splitStr[1].split(CARRIER_SIGNAL_DELIMITER); in parseAndCache() local
/frameworks/native/services/surfaceflinger/Scheduler/
DRefreshRateSelector.h583 GlobalSignals signals; member
DRefreshRateSelector.cpp477 GlobalSignals signals, Fps pacesetterFps) const in getRankedFrameRates()
507 GlobalSignals signals, Fps pacesetterFps) const in getRankedFrameRatesLocked()
/frameworks/native/services/surfaceflinger/tests/unittests/
DRefreshRateSelectorTest.cpp1504 auto signals = selector.getRankedFrameRates({}, {}).consideredSignals; in TEST_P() local
2171 const RefreshRateSelector::GlobalSignals& signals) { in TEST_P()