Lines Matching refs:date
502 if (VDBG) log("- CallerInfo already up to date, using available data");
853 + ", date = " + c.getCreateTime());
967 final long date = c.getCreateTime();
1022 callLogType, date, duration);
1032 showMissedCallNotification(c, date);
1602 final long date = c.getCreateTime();
1627 callLogType, date, duration);
1633 showMissedCallNotification(c, date);
1672 private void showMissedCallNotification(Connection c, final long date) {
1674 PhoneUtils.startGetCallerInfo(mApplication, c, this, Long.valueOf(date));
1680 // it seems that the query we have actually is up to date.
1698 ci.phoneLabel, date);