Home
last modified time | relevance | path

Searched defs:cachedName (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/
DFileUploadActivity.java280 String cachedName = System.currentTimeMillis() + Math.round((Math.random() + 1) * 1000) in uriToFile() local
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
DVoicemailPlaybackPresenter.java890 String cachedName = callLogInfo.getString(CallLogQuery.CACHED_NAME); in doInBackground() local
938 private static String getFileName(String cachedName, String number, String mimeType, long date) { in getFileName()