Home
last modified time | relevance | path

Searched refs:JSON_WHEN (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java216 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()
DMockListener.java64 public static final String JSON_WHEN = "when"; field in MockListener
226 notification.put(JSON_WHEN, sbn.getNotification().when); in onNotificationPosted()