Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DAdjustment.java65 KEY_NOT_CONVERSATION
172 public static final String KEY_NOT_CONVERSATION = "key_not_conversation"; field in Adjustment
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java762 if (signals.containsKey(Adjustment.KEY_NOT_CONVERSATION)) { in applyAdjustments()
764 Adjustment.KEY_NOT_CONVERSATION); in applyAdjustments()
766 Adjustment.KEY_NOT_CONVERSATION, in applyAdjustments()
DNotificationManagerService.java461 Adjustment.KEY_NOT_CONVERSATION
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java25 import static android.service.notification.Adjustment.KEY_NOT_CONVERSATION;
1468 bundle.putBoolean(KEY_NOT_CONVERSATION, true); in testIsConversation_withAdjustmentOverride()
/frameworks/base/core/api/
Dsystem-current.txt12883 field public static final String KEY_NOT_CONVERSATION = "key_not_conversation";