Searched refs:cachedName (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/rs/cpp/ |
H A D | ScriptC.cpp | 24 const char *cachedName, size_t cachedNameLength, in ScriptC() argument 27 mID = RS::dispatch->ScriptCCreate(rs->getContext(), cachedName, cachedNameLength, in ScriptC()
|
H A D | rsCppStructs.h | 1763 const char *cachedName, size_t cachedNameLength,
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/voicemail/ |
H A D | VoicemailPlaybackPresenter.java | 890 String cachedName = callLogInfo.getString(CallLogQuery.CACHED_NAME); in doInBackground() local 905 new File(parentDir, getFileName(cachedName, number, mimeType, date)); in doInBackground() 938 private static String getFileName(String cachedName, String number, String mimeType, long date) { in getFileName() argument 939 String callerName = TextUtils.isEmpty(cachedName) ? number : cachedName; in getFileName()
|
/aosp12/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/ |
H A D | FileUploadActivity.java | 280 String cachedName = System.currentTimeMillis() + Math.round((Math.random() + 1) * 1000) in uriToFile() local 286 File cache = new File(getExternalCacheDir().getAbsolutePath(), cachedName); in uriToFile()
|