Home
last modified time | relevance | path

Searched refs:INSTANT_APP_ICON_FILE (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppRegistry.java100 private static final String INSTANT_APP_ICON_FILE = "icon.png"; field in InstantAppRegistry
214 INSTANT_APP_ICON_FILE); in getInstantAppIconLPw()
298 new File(instantAppDir, INSTANT_APP_ICON_FILE).delete(); in onPackageInstalledLPw()
538 INSTANT_APP_ICON_FILE); in writeInstantApplicationIconLPw()
562 new File(instantAppDir, INSTANT_APP_ICON_FILE).delete(); in deleteInstantApplicationMetadataLPw()
621 || new File(instantAppDir, INSTANT_APP_ICON_FILE).exists() in hasInstantAppMetadataLPr()