Searched refs:getEphemeralApplicationsDir (Results 1 – 1 of 1) sorted by relevance
265 deleteDir(getEphemeralApplicationsDir(userId)); in onUserRemovedLPw()345 File ephemeralAppsDir = getEphemeralApplicationsDir(userId); in pruneUninstalledEphemeralAppsLPw()485 File ephemeralAppsDir = getEphemeralApplicationsDir(userId); in getUninstalledEphemeralAppStatesLPr()696 private static File getEphemeralApplicationsDir(int userId) { in getEphemeralApplicationsDir() method in EphemeralApplicationRegistry702 return new File (getEphemeralApplicationsDir(userId), packageName); in getEphemeralApplicationDir()