Home | History | Annotate | Download | only in phone

Lines Matching refs:date

588                 if (VDBG) log("- CallerInfo already up to date, using available data");
996 + ", date = " + c.getCreateTime());
1146 final long date = c.getCreateTime();
1207 callLogType, date, duration);
1216 showMissedCallNotification(c, date);
1835 final long date = c.getCreateTime();
1860 callLogType, date, duration);
1866 showMissedCallNotification(c, date);
1905 private void showMissedCallNotification(Connection c, final long date) {
1907 PhoneUtils.startGetCallerInfo(mApplication, c, this, Long.valueOf(date));
1913 // it seems that the query we have actually is up to date.
1931 ci.phoneLabel, date);