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/
DNotificationRecordTest.java463 Bundle signals = new Bundle(); in testLogMakerImportanceAsst() local
540 Bundle signals = new Bundle(); in testLogMakerImportanceMulti() local
614 Bundle signals = new Bundle(); in testUserSentiment() local
643 Bundle signals = new Bundle(); in testUserSentiment_appImportanceBlocksNegativeSentimentUpdate() local
661 Bundle signals = new Bundle(); in testUserSentiment_userLocked() local
DNotificationAdjustmentExtractorTest.java52 Bundle signals = new Bundle(); in testExtractsAdjustment() local
DNotificationManagerServiceTest.java2906 Bundle signals = new Bundle(); in testApplyAdjustmentMultiUser() local
2926 Bundle signals = new Bundle(); in testAssistantBlockingTriggersCancel() local
2948 Bundle signals = new Bundle(); in testApplyEnqueuedAdjustmentFromAssistant_singleUser() local
2967 Bundle signals = new Bundle(); in testApplyEnqueuedAdjustmentFromAssistant_importance() local
2985 Bundle signals = new Bundle(); in testApplyEnqueuedAdjustmentFromAssistant_crossUser() local
3008 Bundle signals = new Bundle(); in testUserSentimentChangeTriggersUpdate() local
3029 Bundle signals = new Bundle(); in testTooLateAdjustmentTriggersUpdate() local
3050 Bundle signals = new Bundle(); in testEnqueuedAdjustmentAppliesAdjustments() local
4893 Bundle signals = new Bundle(); in testAdjustRestrictedKey() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierSignalAgent.java251 String[] signals = splitStr[1].split(CARRIER_SIGNAL_DELIMITER); in parseAndCache() local
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java649 Bundle signals = adjustment.getSignals(); in applyAdjustments() local