Searched refs:getStartUid (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessList.java | 2196 entryPoint, app, app.getStartUid(), gids, runtimeFlags, zygotePolicyFlags, 2854 UserHandle.getUserId(app.getStartUid()), pid, app.getStartUid(), 2875 UserHandle.formatUid(buf, app.getStartUid()); 2887 mService.reportUidInfoMessageLocked(TAG, buf.toString(), app.getStartUid());
|
D | ProcessRecord.java | 898 int getStartUid() { in getStartUid() method in ProcessRecord
|
D | ActivityManagerService.java | 4600 if (app != null && (app.getStartUid() != callingUid || app.getStartSeq() != startSeq)) { in attachApplicationLocked() 4613 EventLog.writeEvent(0x534e4554, "131105245", app.getStartUid(), msg); in attachApplicationLocked() 4628 if (pending != null && pending.getStartUid() == callingUid in attachApplicationLocked() 4938 if (app != null && app.getStartUid() == uid && app.getStartSeq() == startSeq) { in finishAttachApplicationInner()
|
/frameworks/base/services/ |
D | art-profile | 994 HSPLcom/android/server/am/ProcessRecord;->getStartUid()I
|
D | art-wear-profile | 6812 HPLcom/android/server/am/ProcessRecord;->getStartUid()I
|