Home | History | Annotate | Download | only in am

Lines Matching refs:Association

1023     final static class Association {
1042 Association(int sourceUid, String sourceProcess, int targetUid,
1053 * When service association tracking is enabled, this is all of the associations we
1055 * -> association data.
1057 final SparseArray<ArrayMap<ComponentName, SparseArray<ArrayMap<String, Association>>>>
15521 ArrayMap<ComponentName, SparseArray<ArrayMap<String, Association>>> targetComponents
15524 SparseArray<ArrayMap<String, Association>> sourceUids
15527 ArrayMap<String, Association> sourceProcesses = sourceUids.valueAt(i3);
15529 Association ass = sourceProcesses.valueAt(i4);
20742 Association startAssociationLocked(int sourceUid, String sourceProcess, int sourceState,
20747 ArrayMap<ComponentName, SparseArray<ArrayMap<String, Association>>> components
20753 SparseArray<ArrayMap<String, Association>> sourceUids = components.get(targetComponent);
20758 ArrayMap<String, Association> sourceProcesses = sourceUids.get(sourceUid);
20763 Association ass = sourceProcesses.get(sourceProcess);
20765 ass = new Association(sourceUid, sourceProcess, targetUid, targetComponent,
20783 ArrayMap<ComponentName, SparseArray<ArrayMap<String, Association>>> components
20788 SparseArray<ArrayMap<String, Association>> sourceUids = components.get(targetComponent);
20792 ArrayMap<String, Association> sourceProcesses = sourceUids.get(sourceUid);
20796 Association ass = sourceProcesses.get(sourceProcess);
20814 ArrayMap<ComponentName, SparseArray<ArrayMap<String, Association>>> targetComponents
20817 SparseArray<ArrayMap<String, Association>> sourceUids
20819 ArrayMap<String, Association> sourceProcesses = sourceUids.get(uid);
20822 Association ass = sourceProcesses.valueAt(i4);