Home
last modified time | relevance | path

Searched refs:isUpdated (Results 1 – 4 of 4) sorted by relevance

/packages/services/Mms/src/com/android/mms/service/
DSendRequest.java249 boolean isUpdated = updateDestinationAddressPerType((SendReq)pdu, PduHeaders.TO); in updateDestinationAddress()
250 isUpdated = updateDestinationAddressPerType((SendReq)pdu, PduHeaders.CC) || isUpdated; in updateDestinationAddress()
251 isUpdated = updateDestinationAddressPerType((SendReq)pdu, PduHeaders.BCC) || isUpdated; in updateDestinationAddress()
253 if (isUpdated) { in updateDestinationAddress()
259 boolean isUpdated = false; in updateDestinationAddressPerType()
287 isUpdated = true; in updateDestinationAddressPerType()
307 return isUpdated; in updateDestinationAddressPerType()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DUpdateHelper.java56 public boolean isUpdated() { in isUpdated() method in UpdateHelper
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalVideo.java150 return uh.isUpdated(); in updateFromCursor()
DLocalImage.java170 return uh.isUpdated(); in updateFromCursor()