Searched refs:mLastNotifyChange (Results 1 – 1 of 1) sorted by relevance
1519 private long mLastNotifyChange = 0; field in ContactsProvider22879 mLastNotifyChange = System.currentTimeMillis();2894 if (currentTimeMillis > mLastNotifyChange + NOTIFY_CHANGE_RATE_LIMIT) { in notifyChange()2896 mLastNotifyChange = currentTimeMillis; in notifyChange()