Searched refs:getInstantApplicationsDir (Results 1 – 2 of 2) sorted by relevance
383 deleteDir(getInstantApplicationsDir(userId)); in onUserRemovedLPw()781 File instantAppsDir = getInstantApplicationsDir(userId); in pruneInstantApps()953 File instantAppsDir = getInstantApplicationsDir(userId); in getUninstalledInstantAppStatesLPr()1145 private static @NonNull File getInstantApplicationsDir(int userId) { in getInstantApplicationsDir() method in InstantAppRegistry1151 return new File(getInstantApplicationsDir(userId), packageName); in getInstantApplicationDir()
10366 PLcom/android/server/pm/InstantAppRegistry;->getInstantApplicationsDir(I)Ljava/io/File;