Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/mmslib/util/
DPduCache.java189 Uri normalizedKey = null; in normalizeKey() local
193 normalizedKey = uri; in normalizeKey()
200 normalizedKey = Uri.withAppendedPath(Mms.CONTENT_URI, msgId); in normalizeKey()
207 Log.v(TAG, uri + " -> " + normalizedKey); in normalizeKey()
209 return normalizedKey; in normalizeKey()