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.java98 private static final String INSTANT_APP_ICON_FILE = "icon.png"; field in InstantAppRegistry
212 INSTANT_APP_ICON_FILE); in getInstantAppIconLPw()
296 new File(instantAppDir, INSTANT_APP_ICON_FILE).delete(); in onPackageInstalledLPw()
536 INSTANT_APP_ICON_FILE); in writeInstantApplicationIconLPw()
560 new File(instantAppDir, INSTANT_APP_ICON_FILE).delete(); in deleteInstantApplicationMetadataLPw()
619 || new File(instantAppDir, INSTANT_APP_ICON_FILE).exists() in hasInstantAppMetadataLPr()