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.java138 public Adjustment(String pkg, String key, Bundle signals, CharSequence explanation, int user) { in Adjustment()
156 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.java489 Bundle signals = new Bundle(); in testLogMakerImportanceAsst() local
566 Bundle signals = new Bundle(); in testLogMakerImportanceMulti() local
640 Bundle signals = new Bundle(); in testUserSentiment() local
669 Bundle signals = new Bundle(); in testUserSentiment_appImportanceBlocksNegativeSentimentUpdate() local
687 Bundle signals = new Bundle(); in testUserSentiment_userLocked() local
DNotificationManagerServiceTest.java2970 Bundle signals = new Bundle(); in testApplyAdjustmentMultiUser() local
2990 Bundle signals = new Bundle(); in testAssistantBlockingTriggersCancel() local
3012 Bundle signals = new Bundle(); in testApplyEnqueuedAdjustmentFromAssistant_singleUser() local
3031 Bundle signals = new Bundle(); in testApplyEnqueuedAdjustmentFromAssistant_importance() local
3049 Bundle signals = new Bundle(); in testApplyEnqueuedAdjustmentFromAssistant_crossUser() local
3072 Bundle signals = new Bundle(); in testUserSentimentChangeTriggersUpdate() local
3093 Bundle signals = new Bundle(); in testTooLateAdjustmentTriggersUpdate() local
3114 Bundle signals = new Bundle(); in testEnqueuedAdjustmentAppliesAdjustments() local
4962 Bundle signals = new Bundle(); in testAdjustRestrictedKey() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierSignalAgent.java252 String[] signals = splitStr[1].split(CARRIER_SIGNAL_DELIMITER); in parseAndCache() local
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java619 Bundle signals = adjustment.getSignals(); in applyAdjustments() local