Home
last modified time | relevance | path

Searched refs:KEY_NOT_CONVERSATION (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/notification/
H A DAdjustment.java64 KEY_NOT_CONVERSATION
166 public static final String KEY_NOT_CONVERSATION = "key_not_conversation"; field in Adjustment
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java745 if (signals.containsKey(Adjustment.KEY_NOT_CONVERSATION)) { in applyAdjustments()
747 Adjustment.KEY_NOT_CONVERSATION); in applyAdjustments()
749 Adjustment.KEY_NOT_CONVERSATION, in applyAdjustments()
H A DNotificationManagerService.java418 Adjustment.KEY_NOT_CONVERSATION
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordTest.java24 import static android.service.notification.Adjustment.KEY_NOT_CONVERSATION;
1302 bundle.putBoolean(KEY_NOT_CONVERSATION, true); in testIsConversation_withAdjustmentOverride()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt12560 field public static final String KEY_NOT_CONVERSATION = "key_not_conversation";