Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java2014 if (app.getStartSeq() != 0) {
2016 + " with non-zero startSeq:" + app.getStartSeq());
2403 new String[]{PROC_START_SEQ_IDENT + app.getStartSeq()});
2415 new String[]{PROC_START_SEQ_IDENT + app.getStartSeq()});
2424 new String[]{PROC_START_SEQ_IDENT + app.getStartSeq()});
2649 if (app.getStartSeq() > expectedStartSeq) {
2651 sb.append("seq=" + app.getStartSeq() + ",expected=" + expectedStartSeq + ";");
2755 + " startSeq:" + app.getStartSeq()
2758 + " startSeq:" + oldApp.getStartSeq());
H A DProcessRecord.java778 long getStartSeq() { in getStartSeq() method in ProcessRecord
H A DActivityManagerService.java1006 if (existingApp != null && existingApp.getStartSeq() == app.getStartSeq()) { in doRemoveInternal()
4579 if (app != null && (app.getStartUid() != callingUid || app.getStartSeq() != startSeq)) { in attachApplicationLocked()
4589 + " startSeq:" + app.getStartSeq(); in attachApplicationLocked()
4608 && pending.getStartSeq() == startSeq in attachApplicationLocked()
4896 if (app != null && app.getStartUid() == uid && app.getStartSeq() == startSeq) { in finishAttachApplicationInner()
/aosp14/frameworks/base/services/
H A Dart-profile2105 HSPLcom/android/server/am/ProcessRecord;->getStartSeq()J