Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java89 private long mWhen3; field in NotificationListenerVerifierActivity
170 mWhen3 = System.currentTimeMillis() + 3; in sendNotifications()
208 .setWhen(mWhen3) in sendNotifications()
622 pass &= checkEquals(mWhen3, payload.getLong(JSON_WHEN), in test()