OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:normalizedkey
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/mms/src/java/com/google/android/mms/util/
PduCache.java
189
Uri
normalizedKey
= null;
193
normalizedKey
= uri;
200
normalizedKey
= Uri.withAppendedPath(Mms.CONTENT_URI, msgId);
207
Log.v(TAG, uri + " -> " +
normalizedKey
);
209
return
normalizedKey
;
/external/chromium/net/ftp/
ftp_auth_cache_unittest.cc
90
TEST(FtpAuthCacheTest,
NormalizedKey
) {
/external/chromium_org/net/ftp/
ftp_auth_cache_unittest.cc
91
TEST(FtpAuthCacheTest,
NormalizedKey
) {
Completed in 117 milliseconds