HomeSort by relevance Sort by last modified time
    Searched full:normalizedkey (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/google/android/mms/util/
PduCache.java 172 Uri normalizedKey = null;
176 normalizedKey = uri;
183 normalizedKey = Uri.withAppendedPath(Mms.CONTENT_URI, msgId);
190 Log.v(TAG, uri + " -> " + normalizedKey);
192 return normalizedKey;
  /external/chromium/net/ftp/
ftp_auth_cache_unittest.cc 90 TEST(FtpAuthCacheTest, NormalizedKey) {

Completed in 109 milliseconds