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.java275 boolean isUpdated = updateDestinationAddressPerType((SendReq)pdu, PduHeaders.TO); in updateDestinationAddress()
276 isUpdated = updateDestinationAddressPerType((SendReq)pdu, PduHeaders.CC) || isUpdated; in updateDestinationAddress()
277 isUpdated = updateDestinationAddressPerType((SendReq)pdu, PduHeaders.BCC) || isUpdated; in updateDestinationAddress()
279 if (isUpdated) { in updateDestinationAddress()
285 boolean isUpdated = false; in updateDestinationAddressPerType()
312 isUpdated = true; in updateDestinationAddressPerType()
332 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()