Searched defs:getScrapPath (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Mms/src/com/android/mms/
H A DTempFileProvider.java64 String fileName = getScrapPath(getContext());
121 public static String getScrapPath(Context context, String fileName) { method in class:TempFileProvider
125 public static String getScrapPath(Context context) { method in class:TempFileProvider
126 return getScrapPath(context, ".temp.jpg");
139 String filePath = getScrapPath(context);
148 File newTempFile = new File(getScrapPath(context, ".temp" + uniqueIdentifier +

Completed in 54 milliseconds