Searched refs:mTimestamp (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/rcs/src/android/telephony/ims/cts/ |
D | RcsEventTest.java | 55 private long mTimestamp; field in RcsEventTest 78 mTimestamp = 1234567890; in setupTestEnvironment() 96 mTimestamp, mGroupThread, mParticipant1, mParticipant2); in testCreateRcsEvent_canSaveAndQueryGroupThreadParticipantJoinedEvent() 110 mTimestamp, mGroupThread, mParticipant1, "newName"); in testCreateRcsEvent_canSaveAndQueryGroupThreadNameChangedEvent() 123 = new RcsParticipantAliasChangedEvent(mTimestamp, mParticipant1, "newAlias"); in testCreateRcsEvent_canSaveAndQueryParticipantAliasChangedEvent() 137 mTimestamp, mGroupThread, mParticipant1, mParticipant2); in testCreateRcsEvent_canSaveAndQueryGroupThreadParticipantLeftEvent() 153 mTimestamp, mGroupThread, mParticipant1, newIcon); in testCreateRcsEvent_canSaveAndQueryGroupThreadIconChangedEvent()
|