Searched refs:mLastInForeground (Results 1 – 1 of 1) sorted by relevance
176 private ManagedConnection mLastInForeground; field in BindingManagerImpl213 if (mIsLowMemoryDevice && mLastInForeground != null) mLastInForeground.dropBindings(); in addNewConnection()238 if (inForeground) mLastInForeground = managedConnection; in setInForeground()248 if (mLastInForeground != null) { in onSentToBackground()249 mLastInForeground.setBoundForBackgroundPeriod(true); in onSentToBackground()250 mBoundForBackgroundPeriod = mLastInForeground; in onSentToBackground()