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.java97 private static final String INSTANT_APP_ICON_FILE = "icon.png"; field in InstantAppRegistry
211 INSTANT_APP_ICON_FILE); in getInstantAppIconLPw()
295 new File(instantAppDir, INSTANT_APP_ICON_FILE).delete(); in onPackageInstalledLPw()
535 INSTANT_APP_ICON_FILE); in writeInstantApplicationIconLPw()
559 new File(instantAppDir, INSTANT_APP_ICON_FILE).delete(); in deleteInstantApplicationMetadataLPw()
618 || new File(instantAppDir, INSTANT_APP_ICON_FILE).exists() in hasInstantAppMetadataLPr()