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

  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
CustomPrinterIconCache.java 94 File iconFile = getIconFileName(printerId);
95 if (iconFile != null && iconFile.exists()) {
96 try (FileInputStream is = new FileInputStream(iconFile)) {
100 Log.e(LOG_TAG, "Could not read icon from " + iconFile, e);
104 iconFile.setLastModified(System.currentTimeMillis());
142 File iconFile = getIconFileName(printerId);
144 if (iconFile == null) {
148 try (FileOutputStream os = new FileOutputStream(iconFile)) {
  /external/python/cpython2/Mac/Modules/icn/
_Icnmodule.c 916 FSRef iconFile;
924 PyMac_GetFSRef, &iconFile))
928 &iconFile,
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
InstantAppRegistry.java 206 File iconFile = new File(getInstantApplicationDir(packageName, userId),
208 if (iconFile.exists()) {
209 return BitmapFactory.decodeFile(iconFile.toString());
518 File iconFile = new File(getInstantApplicationDir(pkg.packageName, userId),
521 try (FileOutputStream out = new FileOutputStream(iconFile)) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 

Completed in 212 milliseconds