Searched refs:UID1 (Results 1 – 1 of 1) sorted by relevance
/packages/modules/ExtServices/tests/src/android/ext/services/notification/ |
D | AssistantTest.java | 73 private static final int UID1 = 1; field in AssistantTest 180 StatusBarNotification sbn = generateSbn(PKG1, UID1, P1C1, null, null); 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() 206 almostBlockChannel(PKG1, UID1, P1C3); in testMinCannotTriggerAdjustment() 207 dismissBadNotification(PKG1, UID1, P1C3, "trigger!"); in testMinCannotTriggerAdjustment() 209 StatusBarNotification sbn = generateSbn(PKG1, UID1, P1C3, "new one!", null); in testMinCannotTriggerAdjustment() 218 almostBlockChannel(PKG1, UID1, P1C1); in testGroupChildCanTriggerAdjustment() 220 StatusBarNotification sbn = generateSbn(PKG1, UID1, P1C1, "no", "I HAVE A GROUP"); in testGroupChildCanTriggerAdjustment() [all …]
|