Searched refs:P1C1 (Results 1 – 1 of 1) sorted by relevance
/packages/modules/ExtServices/tests/src/android/ext/services/notification/ |
D | AssistantTest.java | 74 private static final NotificationChannel P1C1 = field in AssistantTest 180 StatusBarNotification sbn = generateSbn(PKG1, UID1, P1C1, null, null); in testNoAdjustmentForInitialPost() 182 mAssistant.setFakeRanking(generateRanking(sbn, P1C1)); in testNoAdjustmentForInitialPost() 190 almostBlockChannel(PKG1, UID1, P1C1); in testTriggerAdjustment() 191 dismissBadNotification(PKG1, UID1, P1C1, "trigger!"); in testTriggerAdjustment() 193 StatusBarNotification sbn = generateSbn(PKG1, UID1, P1C1, "new one!", null); in testTriggerAdjustment() 194 mAssistant.setFakeRanking(generateRanking(sbn, P1C1)); in testTriggerAdjustment() 218 almostBlockChannel(PKG1, UID1, P1C1); in testGroupChildCanTriggerAdjustment() 220 StatusBarNotification sbn = generateSbn(PKG1, UID1, P1C1, "no", "I HAVE A GROUP"); in testGroupChildCanTriggerAdjustment() 221 mAssistant.setFakeRanking(generateRanking(sbn, P1C1)); in testGroupChildCanTriggerAdjustment() [all …]
|