Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordExtractorDataTest.java90 Bundle signals = new Bundle(); in testHasDiffs_proposedImportanceChange() local
124 Bundle signals = new Bundle(); in testHasDiffs_autoBundled() local
159 Bundle signals = new Bundle(); in testHasDiffs_sensitiveContentChange() local
H A DNotificationRecordTest.java553 Bundle signals = new Bundle(); in testLogMakerImportanceAsst() local
630 Bundle signals = new Bundle(); in testLogMakerImportanceMulti() local
704 Bundle signals = new Bundle(); in testUserSentiment() local
733 Bundle signals = new Bundle(); in testUserSentiment_appImportanceBlocksNegativeSentimentUpdate() local
751 Bundle signals = new Bundle(); in testUserSentiment_userLocked() local
769 Bundle signals = new Bundle(); in testProposedImportance() local
801 Bundle signals = new Bundle(); in testSensitiveContent() local
H A DNotificationAdjustmentExtractorTest.java52 Bundle signals = new Bundle(); in testExtractsAdjustment() local
H A DNotificationManagerServiceTest.java5518 Bundle signals = new Bundle(); in testApplyAdjustmentMultiUser() local
5538 Bundle signals = new Bundle(); in testAssistantBlockingTriggersCancel() local
5560 Bundle signals = new Bundle(); in testApplyEnqueuedAdjustmentFromAssistant_singleUser() local
5579 Bundle signals = new Bundle(); in testApplyEnqueuedAdjustmentFromAssistant_importance() local
5597 Bundle signals = new Bundle(); in testApplyEnqueuedAdjustmentFromAssistant_crossUser() local
5617 Bundle signals = new Bundle(); in testUserSentimentChangeTriggersUpdate() local
5635 Bundle signals = new Bundle(); in testTooLateAdjustmentTriggersUpdate() local
5778 Bundle signals = new Bundle(); in testEnqueuedAdjustmentAppliesAdjustments() local
5796 Bundle signals = new Bundle(); in testEnqueuedAdjustmentAppliesAdjustments_MultiNotifications() local
8689 Bundle signals = new Bundle(); in testAdjustRestrictedKey() local
/aosp14/frameworks/base/core/java/android/service/notification/
H A DAdjustment.java179 public Adjustment(String pkg, String key, Bundle signals, CharSequence explanation, int user) { in Adjustment()
197 public Adjustment(@NonNull String pkg, @NonNull String key, @NonNull Bundle signals, in Adjustment()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/domain/autoaddable/
H A DAutoAddableSettingTest.kt100 val signals by collectValues(underTest.autoAddSignal(userId)) regex
H A DSafetyCenterAutoAddableTest.kt117 val signals by collectValues(underTest.autoAddSignal(0)) regex
/aosp14/frameworks/base/apct-tests/perftests/rubidium/assets/
H A Drubidium_bidding_logic_compiled.js63 ….na=rd;D.oa=sd}var xd;D.ga=null!=(xd=B(b,1,kb))?xd:void 0;var ha={ads:Wc,signals:D};var Za=ha.sign… property in ha
66 Ee(C,ha.signals);1!==Wd?aa&&Te(aa,C,Wd,3):Ed.push(C)}else aa&&Te(aa,C,7,3)}}}Cd={ads:Ed,signals:ha.… property in Cd
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java685 Bundle signals = adjustment.getSignals(); in applyAdjustments() local