Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DAdjustment.java149 public Adjustment(String pkg, String key, Bundle signals, CharSequence explanation, int user) { in Adjustment()
167 public Adjustment(@NonNull String pkg, @NonNull String key, @NonNull Bundle signals, in Adjustment()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationAdjustmentExtractorTest.java52 Bundle signals = new Bundle(); in testExtractsAdjustment() local
DNotificationRecordTest.java549 Bundle signals = new Bundle(); in testLogMakerImportanceAsst() local
626 Bundle signals = new Bundle(); in testLogMakerImportanceMulti() local
700 Bundle signals = new Bundle(); in testUserSentiment() local
729 Bundle signals = new Bundle(); in testUserSentiment_appImportanceBlocksNegativeSentimentUpdate() local
747 Bundle signals = new Bundle(); in testUserSentiment_userLocked() local
DNotificationManagerServiceTest.java3848 Bundle signals = new Bundle(); in testApplyAdjustmentMultiUser() local
3868 Bundle signals = new Bundle(); in testAssistantBlockingTriggersCancel() local
3890 Bundle signals = new Bundle(); in testApplyEnqueuedAdjustmentFromAssistant_singleUser() local
3909 Bundle signals = new Bundle(); in testApplyEnqueuedAdjustmentFromAssistant_importance() local
3927 Bundle signals = new Bundle(); in testApplyEnqueuedAdjustmentFromAssistant_crossUser() local
3947 Bundle signals = new Bundle(); in testUserSentimentChangeTriggersUpdate() local
3965 Bundle signals = new Bundle(); in testTooLateAdjustmentTriggersUpdate() local
3983 Bundle signals = new Bundle(); in testEnqueuedAdjustmentAppliesAdjustments() local
4001 Bundle signals = new Bundle(); in testEnqueuedAdjustmentAppliesAdjustments_MultiNotifications() local
6478 Bundle signals = new Bundle(); in testAdjustRestrictedKey() local
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierSignalAgent.java273 String[] signals = splitStr[1].split(CARRIER_SIGNAL_DELIMITER); in parseAndCache() local
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java646 Bundle signals = adjustment.getSignals(); in applyAdjustments() local