Searched refs:managedConnection (Results 1 – 1 of 1) sorted by relevance
225 ManagedConnection managedConnection; in setInForeground() local227 managedConnection = mManagedConnections.get(pid); in setInForeground()230 if (managedConnection == null) { in setInForeground()237 managedConnection.setInForeground(inForeground); in setInForeground()238 if (inForeground) mLastInForeground = managedConnection; in setInForeground()268 ManagedConnection managedConnection; in isOomProtected() local270 managedConnection = mManagedConnections.get(pid); in isOomProtected()272 return managedConnection != null ? managedConnection.isOomProtected() : false; in isOomProtected()277 ManagedConnection managedConnection; in clearConnection() local279 managedConnection = mManagedConnections.get(pid); in clearConnection()[all …]