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/
DMockListener.java45 public static final String JSON_WHEN = "when"; field in MockListener
159 notification.put(JSON_WHEN, sbn.getNotification().when); in onNotificationPosted()
DNotificationListenerVerifierActivity.java34 import static com.android.cts.verifier.notifications.MockListener.JSON_WHEN;
605 pass &= checkEquals(mWhen1, payload.getLong(JSON_WHEN), in test()
615 pass &= checkEquals(mWhen2, payload.getLong(JSON_WHEN), in test()
625 pass &= checkEquals(mWhen3, payload.getLong(JSON_WHEN), in test()