Home
last modified time | relevance | path

Searched refs:uninstalledAppState (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DEphemeralApplicationRegistry.java200 UninstalledEphemeralAppState uninstalledAppState = in onPackageInstalledLPw() local
202 if (uninstalledAppState.mEphemeralApplicationInfo in onPackageInstalledLPw()
282 UninstalledEphemeralAppState uninstalledAppState = new UninstalledEphemeralAppState( in addUninstalledEphemeralAppLPw() local
284 uninstalledAppStates.add(uninstalledAppState); in addUninstalledEphemeralAppLPw()
331 UninstalledEphemeralAppState uninstalledAppState = uninstalledAppStates.get(j); in pruneUninstalledEphemeralAppsLPw() local
333 - uninstalledAppState.mTimestamp; in pruneUninstalledEphemeralAppsLPw()
425 UninstalledEphemeralAppState uninstalledAppState = uninstalledAppStates.get(i); in getUninstalledEphemeralApplicationsLPr() local
426 uninstalledApps.add(uninstalledAppState.mEphemeralApplicationInfo); in getUninstalledEphemeralApplicationsLPr()
457 UninstalledEphemeralAppState uninstalledAppState = uninstalledAppStates.get(i); in getOrParseUninstalledEphemeralAppInfo() local
458 if (uninstalledAppState.mEphemeralApplicationInfo in getOrParseUninstalledEphemeralAppInfo()
[all …]