Searched refs:needsUpdate (Results 1 – 5 of 5) sorted by relevance
477 boolean needsUpdate = false; in updateCallLogContactInfo()482 needsUpdate = true; in updateCallLogContactInfo()487 needsUpdate = true; in updateCallLogContactInfo()492 needsUpdate = true; in updateCallLogContactInfo()497 needsUpdate = true; in updateCallLogContactInfo()504 needsUpdate = true; in updateCallLogContactInfo()509 needsUpdate = true; in updateCallLogContactInfo()514 needsUpdate = true; in updateCallLogContactInfo()520 needsUpdate = true; in updateCallLogContactInfo()525 needsUpdate = true; in updateCallLogContactInfo()[all …]
446 boolean needsUpdate = false; in prepareRenderscriptAllocations()458 needsUpdate = true; in prepareRenderscriptAllocations()467 needsUpdate = true; in prepareRenderscriptAllocations()470 Log.v(LOGTAG, "prepareRenderscriptAllocations: " + needsUpdate + " in " + getName()); in prepareRenderscriptAllocations()472 return needsUpdate; in prepareRenderscriptAllocations()
146 boolean needsUpdate(@NonNull ShortcutInfo oldInfo) { in needsUpdate() method in DialerShortcut
141 if (shortcut.needsUpdate(shortcutInfo)) { in refresh()
185 if (newShortcut.needsUpdate(oldInfo)) { in computeDelta()