Searched refs:JSON_WHEN (Results 1 – 2 of 2) sorted by relevance
216 pass &= checkEquals(mWhen1, payload.getLong(JSON_WHEN), in test()226 pass &= checkEquals(mWhen2, payload.getLong(JSON_WHEN), in test()236 pass &= checkEquals(mWhen3, payload.getLong(JSON_WHEN), in test()
64 public static final String JSON_WHEN = "when"; field in MockListener226 notification.put(JSON_WHEN, sbn.getNotification().when); in onNotificationPosted()