HomeSort by relevance Sort by last modified time
    Searched refs:normalizedKey (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/telephony/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;
  /packages/apps/Messaging/src/com/android/messaging/mmslib/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/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 84 milliseconds