Searched refs:iconFile (Results 1 – 3 of 3) sorted by relevance
94 File iconFile = getIconFileName(printerId); in getIcon() local95 if (iconFile != null && iconFile.exists()) { in getIcon()96 try (FileInputStream is = new FileInputStream(iconFile)) { in getIcon()100 Log.e(LOG_TAG, "Could not read icon from " + iconFile, e); in getIcon()104 iconFile.setLastModified(System.currentTimeMillis()); in getIcon()142 File iconFile = getIconFileName(printerId); in onCustomPrinterIconLoaded() local144 if (iconFile == null) { in onCustomPrinterIconLoaded()148 try (FileOutputStream os = new FileOutputStream(iconFile)) { in onCustomPrinterIconLoaded()
317 File iconFile = new File(getInstantApplicationDir(packageName, userId),319 if (iconFile.exists()) {320 return BitmapFactory.decodeFile(iconFile.toString());645 File iconFile = new File(getInstantApplicationDir(pkg.getPackageName(), userId),648 try (FileOutputStream out = new FileOutputStream(iconFile)) {
7173 final File iconFile = new File(TaskPersister.getUserImagesDir(task.mUserId), in setTaskDescription() local7175 final String iconFilePath = iconFile.getAbsolutePath(); in setTaskDescription()