OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JSON_WHEN
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
NotificationListenerVerifierActivity.java
216
pass &= checkEquals(mWhen1, payload.getLong(
JSON_WHEN
),
226
pass &= checkEquals(mWhen2, payload.getLong(
JSON_WHEN
),
236
pass &= checkEquals(mWhen3, payload.getLong(
JSON_WHEN
),
MockListener.java
64
public static final String
JSON_WHEN
= "when";
226
notification.put(
JSON_WHEN
, sbn.getNotification().when);
Completed in 5119 milliseconds