Searched refs:mRecentlyKilledProcess (Results 1 – 1 of 1) sorted by relevance
72 private volatile WeakReference<InterpreterProcess> mRecentlyKilledProcess; field in ScriptingLayerService101 mRecentlyKilledProcess = new WeakReference<InterpreterProcess>(null); in onCreate()312 mRecentlyKilledProcess = new WeakReference<InterpreterProcess>(process);338 return mRecentlyKilledProcess.get();