Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
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
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
DNotificationAdjustmentExtractorTest.java52 Bundle signals = new Bundle(); in testExtractsAdjustment() local
DNotificationManagerServiceTest.java5454 Bundle signals = new Bundle(); in testApplyAdjustmentMultiUser() local
5474 Bundle signals = new Bundle(); in testAssistantBlockingTriggersCancel() local
5496 Bundle signals = new Bundle(); in testApplyEnqueuedAdjustmentFromAssistant_singleUser() local
5515 Bundle signals = new Bundle(); in testApplyEnqueuedAdjustmentFromAssistant_importance() local
5533 Bundle signals = new Bundle(); in testApplyEnqueuedAdjustmentFromAssistant_crossUser() local
5553 Bundle signals = new Bundle(); in testUserSentimentChangeTriggersUpdate() local
5571 Bundle signals = new Bundle(); in testTooLateAdjustmentTriggersUpdate() local
5714 Bundle signals = new Bundle(); in testEnqueuedAdjustmentAppliesAdjustments() local
5732 Bundle signals = new Bundle(); in testEnqueuedAdjustmentAppliesAdjustments_MultiNotifications() local
8557 Bundle signals = new Bundle(); in testAdjustRestrictedKey() local
/frameworks/base/core/java/android/service/notification/
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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/domain/autoaddable/
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/opt/telephony/src/java/com/android/internal/telephony/
DCarrierSignalAgent.java265 String[] signals = splitStr[1].split(CARRIER_SIGNAL_DELIMITER); in parseAndCache() local
/frameworks/base/apct-tests/perftests/rubidium/assets/
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
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
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java685 Bundle signals = adjustment.getSignals(); in applyAdjustments() local