Searched refs:JSON_ICON (Results 1 – 2 of 2) sorted by relevance
210 pass &= checkEquals(mIcon1, payload.getInt(JSON_ICON), in test()220 pass &= checkEquals(mIcon2, payload.getInt(JSON_ICON), in test()230 pass &= checkEquals(mIcon3, payload.getInt(JSON_ICON), in test()
61 public static final String JSON_ICON = "icon"; field in MockListener227 notification.put(JSON_ICON, sbn.getNotification().icon); in onNotificationPosted()