Searched refs:appZygote (Results 1 – 4 of 4) sorted by relevance
2171 public void killAppZygoteIfNeededLocked(AppZygote appZygote, boolean force) {2172 final ApplicationInfo appInfo = appZygote.getAppInfo();2173 ArrayList<ProcessRecord> zygoteProcesses = mAppZygoteProcesses.get(appZygote);2177 mAppZygoteProcesses.remove(appZygote);2179 appZygote.stopZygote();2193 final AppZygote appZygote = mAppZygotes.get(app.info.processName,2195 if (appZygote != null) {2196 ArrayList<ProcessRecord> zygoteProcesses = mAppZygoteProcesses.get(appZygote);2203 killAppZygoteIfNeededLocked(appZygote, false /* force */);2206 msg.obj = appZygote;[all …]
151 if (app.appZygote || app.isKilled() || app.isKilledByAm()) { in lookForPhantomProcessesLocked()242 if (!r.appZygote) { in addChildPidLocked()
82 final boolean appZygote; // true if this is forked from the app zygote field in ProcessRecord499 appZygote = (UserHandle.getAppId(_uid) >= Process.FIRST_APP_ZYGOTE_ISOLATED_UID in ProcessRecord()
1700 final AppZygote appZygote = (AppZygote) msg.obj; in handleMessage() local1701 mProcessList.killAppZygoteIfNeededLocked(appZygote, false /* force */); in handleMessage()