Searched refs:sourceProcess (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 1044 Association(int sourceUid, String sourceProcess, int targetUid, in Association() argument 1047 mSourceProcess = sourceProcess; in Association() 20610 Association startAssociationLocked(int sourceUid, String sourceProcess, int sourceState, 20631 Association ass = sourceProcesses.get(sourceProcess); 20633 ass = new Association(sourceUid, sourceProcess, targetUid, targetComponent, 20635 sourceProcesses.put(sourceProcess, ass); 20646 void stopAssociationLocked(int sourceUid, String sourceProcess, int targetUid, 20664 Association ass = sourceProcesses.get(sourceProcess);
|