Searched refs:uninstalledAppState (Results 1 – 1 of 1) sorted by relevance
200 UninstalledEphemeralAppState uninstalledAppState = in onPackageInstalledLPw() local202 if (uninstalledAppState.mEphemeralApplicationInfo in onPackageInstalledLPw()282 UninstalledEphemeralAppState uninstalledAppState = new UninstalledEphemeralAppState( in addUninstalledEphemeralAppLPw() local284 uninstalledAppStates.add(uninstalledAppState); in addUninstalledEphemeralAppLPw()331 UninstalledEphemeralAppState uninstalledAppState = uninstalledAppStates.get(j); in pruneUninstalledEphemeralAppsLPw() local333 - uninstalledAppState.mTimestamp; in pruneUninstalledEphemeralAppsLPw()425 UninstalledEphemeralAppState uninstalledAppState = uninstalledAppStates.get(i); in getUninstalledEphemeralApplicationsLPr() local426 uninstalledApps.add(uninstalledAppState.mEphemeralApplicationInfo); in getUninstalledEphemeralApplicationsLPr()457 UninstalledEphemeralAppState uninstalledAppState = uninstalledAppStates.get(i); in getOrParseUninstalledEphemeralAppInfo() local458 if (uninstalledAppState.mEphemeralApplicationInfo in getOrParseUninstalledEphemeralAppInfo()[all …]