Searched refs:thisState (Results 1 – 1 of 1) sorted by relevance
321 PackageState thisState = getPackageStateLocked(otherProc.mPackage, uid, in add() local323 if (!thisState.mProcesses.containsKey(otherProc.mName)) { in add()324 thisState.mProcesses.put(otherProc.mName, thisProc); in add()