Searched refs:CALL_TIMESTAMP (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | MissedCallNotifierTest.java | 42 private static final long CALL_TIMESTAMP = 1; field in MissedCallNotifierTest 67 .makeCallInfo(callerInfo, phoneAccountHandle, TEL_CALL_HANDLE, CALL_TIMESTAMP); in testCallInfoFactory() 74 assertEquals(CALL_TIMESTAMP, callInfo.getCreationTimeMillis()); in testCallInfoFactory() 83 .makeCallInfo(null, null, null, CALL_TIMESTAMP); in testCallInfoFactoryNullParam() 89 assertEquals(CALL_TIMESTAMP, callInfo.getCreationTimeMillis()); in testCallInfoFactoryNullParam()
|
D | MissedCallNotifierImplTest.java | 150 private static final long CALL_TIMESTAMP; field in MissedCallNotifierImplTest 152 CALL_TIMESTAMP = System.currentTimeMillis() - 60 * 1000 * 5; 241 CALL_TIMESTAMP, phoneAccount.getAccountHandle()); in testDefaultDialerIncrement() 259 CallLog.Calls.PRESENTATION_ALLOWED, CALL_TIMESTAMP) in testCallLogUriSentToNotifier() 262 CALL_TIMESTAMP, phoneAccount.getAccountHandle()); in testCallLogUriSentToNotifier() 300 CALL_TIMESTAMP, phoneAccount.getAccountHandle()); in cancelNotificationTestInternal() 328 CALL_TIMESTAMP, phoneAccount.getAccountHandle()); in testNotifyMultipleMissedCalls() 357 verify(builder).setWhen(CALL_TIMESTAMP); in testNotifyMultipleMissedCalls() 428 CALL_TIMESTAMP, phoneAccount.getAccountHandle()); in notifySingleCallTestInternal() 454 verify(builder).setWhen(CALL_TIMESTAMP); in notifySingleCallTestInternal() [all …]
|