Searched refs:getStartSeq (Results 1 – 4 of 4) sorted by relevance
2014 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());
778 long getStartSeq() { in getStartSeq() method in ProcessRecord
1006 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()
2105 HSPLcom/android/server/am/ProcessRecord;->getStartSeq()J