D | StatusBarNotificationTest.java | 24 private static final int UID = 123; field in StatusBarNotificationTest 38 mUserHandle = UserHandle.getUserHandleForUid(UID); in setUp() 43 mSbn = new StatusBarNotification(PKG, OP_PKG, ID, TAG, UID, 0, 0, mNotification, in setUp() 48 assertEquals(UID, mSbn.getUid()); in testGetUid() 100 new StatusBarNotification(PKG, OP_PKG, ID, TAG, UID, 0, 0, notification, in testIsClearable_notClearableOngoingEvent() 121 new StatusBarNotification(PKG, OP_PKG, ID, TAG, UID, 0, 0, notification, in testIsGroup_notifGroup() 133 new StatusBarNotification(PKG, OP_PKG, ID, TAG, UID, 0, 0, notification, in testIsGroup_sortKey() 149 new StatusBarNotification(PKG, OP_PKG, ID, TAG, UID, 0, 0, notification, in testIsOngoing_ongoingEvent() 166 assertEquals(UID, clone.getUid()); in testClone()
|