Home | History | Annotate | Download | only in app

Lines Matching refs:KEY_TIMESTAMP

6064             static final String KEY_TIMESTAMP = "time";
6176 bundle.putLong(KEY_TIMESTAMP, mTimestamp);
6216 if (!bundle.containsKey(KEY_TEXT) || !bundle.containsKey(KEY_TIMESTAMP)) {
6220 bundle.getLong(KEY_TIMESTAMP), bundle.getCharSequence(KEY_SENDER));
7833 private static final String KEY_TIMESTAMP = "timestamp";
7925 b.putLong(KEY_TIMESTAMP, mLatestTimestamp);
7970 participants, b.getLong(KEY_TIMESTAMP));