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