Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DContentProviderConnection.java36 public AssociationState.SourceState association; field in ContentProviderConnection
62 && association == null && provider.proc != null in startAssociationIfNeeded()
74 association = holder.pkg.getAssociationStateLocked(holder.state, in startAssociationIfNeeded()
83 if (association != null) { in trackProcState()
84 association.trackProcState(procState, seq, now); in trackProcState()
89 if (association != null) { in stopAssociation()
90 association.stop(); in stopAssociation()
91 association = null; in stopAssociation()
DConnectionRecord.java47 public AssociationState.SourceState association; // Association tracking field in ConnectionRecord
128 && association == null && binding.service.app != null in startAssociationIfNeeded()
140 association = holder.pkg.getAssociationStateLocked(holder.state, in startAssociationIfNeeded()
149 if (association != null) { in trackProcState()
150 association.trackProcState(procState, seq, now); in trackProcState()
155 if (association != null) { in stopAssociation()
156 association.stop(); in stopAssociation()
157 association = null; in stopAssociation()
/frameworks/base/core/proto/android/service/
Dprocstats.proto221 // Total count of the times this association appeared.
224 // Millisecond uptime total duration this association was around.
227 // Total count of the times this association became actively impacting its target process.
230 // Information on one source in this association.
250 // Information on one source in this association.
273 // Stats for each association with the package.
/frameworks/base/services/companion/java/com/android/server/companion/
DCompanionDeviceManagerService.java173 for (Association association : associations) { in onUnlockUser()
174 companionAppPackages.add(association.companionAppPackage); in onUnlockUser()
543 for (Association association : finalAssociations) {
544 companionAppPackages.add(association.companionAppPackage);
555 CollectionUtils.forEach(finalAssociations, association -> {
557 .attribute(null, XML_ATTR_PACKAGE, association.companionAppPackage)
558 .attribute(null, XML_ATTR_DEVICE, association.deviceAddress)
/frameworks/av/media/extractors/mp4/
DItemTable.h95 void attachProperty(const AssociationEntry &association);
DItemTable.cpp1455 void ItemTable::attachProperty(const AssociationEntry &association) { in attachProperty() argument
1456 ssize_t itemIndex = mItemIdToItemMap.indexOfKey(association.itemId); in attachProperty()
1463 uint16_t propertyIndex = association.index; in attachProperty()
1470 propertyIndex, association.itemId); in attachProperty()
/frameworks/base/proto/src/
Dwifi.proto148 // Total number of networks over bad association threshold when watchdog triggered
163 // Total count of triggers with atleast one bad association network
1083 // Flag which indicates if an association rejection event occurred due to a timeout
/frameworks/base/cmds/statsd/src/
Datoms.proto4569 // Total count of the times this association appeared.
4572 // Millisecond uptime total duration this association was around.
4575 // Total count of the times this association became actively impacting its target process.
4578 // Information on one source in this association.
4593 // Information on one source in this association.
4614 // Stats for each association with the package.