Searched refs:mLastNotifyChange (Results 1 – 1 of 1) sorted by relevance
1467 private long mLastNotifyChange = 0; field in ContactsProvider22596 mLastNotifyChange = System.currentTimeMillis();2611 if (currentTimeMillis > mLastNotifyChange + NOTIFY_CHANGE_RATE_LIMIT) { in notifyChange()2613 mLastNotifyChange = currentTimeMillis; in notifyChange()