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.java152 public Adjustment(String pkg, String key, Bundle signals, CharSequence explanation, int user) { in Adjustment()
170 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.java511 Bundle signals = new Bundle(); in testLogMakerImportanceAsst() local
588 Bundle signals = new Bundle(); in testLogMakerImportanceMulti() local
662 Bundle signals = new Bundle(); in testUserSentiment() local
691 Bundle signals = new Bundle(); in testUserSentiment_appImportanceBlocksNegativeSentimentUpdate() local
709 Bundle signals = new Bundle(); in testUserSentiment_userLocked() local
DNotificationManagerServiceTest.java3631 Bundle signals = new Bundle(); in testApplyAdjustmentMultiUser() local
3651 Bundle signals = new Bundle(); in testAssistantBlockingTriggersCancel() local
3673 Bundle signals = new Bundle(); in testApplyEnqueuedAdjustmentFromAssistant_singleUser() local
3692 Bundle signals = new Bundle(); in testApplyEnqueuedAdjustmentFromAssistant_importance() local
3710 Bundle signals = new Bundle(); in testApplyEnqueuedAdjustmentFromAssistant_crossUser() local
3730 Bundle signals = new Bundle(); in testUserSentimentChangeTriggersUpdate() local
3748 Bundle signals = new Bundle(); in testTooLateAdjustmentTriggersUpdate() local
3766 Bundle signals = new Bundle(); in testEnqueuedAdjustmentAppliesAdjustments() local
5574 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.java633 Bundle signals = adjustment.getSignals(); in applyAdjustments() local