Home
last modified time | relevance | path

Searched refs:mAssociation (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DContentProviderRecord.java273 AssociationState.SourceState mAssociation; field in ContentProviderRecord.ExternalProcessHandle
294 && mAssociation == null && provider.proc != null in startAssociationIfNeeded()
306 mAssociation = holder.pkg.getAssociationStateLocked(holder.state, in startAssociationIfNeeded()
315 if (mAssociation != null) { in stopAssociation()
316 mAssociation.stop(); in stopAssociation()
317 mAssociation = null; in stopAssociation()