Searched refs:getStartSeq (Results 1 – 4 of 4) sorted by relevance
2137 if (app.getStartSeq() != 0) {2139 + " with non-zero startSeq:" + app.getStartSeq());2542 new String[]{PROC_START_SEQ_IDENT + app.getStartSeq()});2554 new String[]{PROC_START_SEQ_IDENT + app.getStartSeq()});2564 new String[]{PROC_START_SEQ_IDENT + app.getStartSeq()});2795 if (app.getStartSeq() > expectedStartSeq) {2797 sb.append("seq=" + app.getStartSeq() + ",expected=" + expectedStartSeq + ";");2902 + " startSeq:" + app.getStartSeq()2905 + " startSeq:" + oldApp.getStartSeq());
848 long getStartSeq() { in getStartSeq() method in ProcessRecord
970 if (existingApp != null && existingApp.getStartSeq() == app.getStartSeq()) { in doRemoveInternal()4600 if (app != null && (app.getStartUid() != callingUid || app.getStartSeq() != startSeq)) { in attachApplicationLocked()4610 + " startSeq:" + app.getStartSeq(); in attachApplicationLocked()4629 && pending.getStartSeq() == startSeq in attachApplicationLocked()4938 if (app != null && app.getStartUid() == uid && app.getStartSeq() == startSeq) { in finishAttachApplicationInner()
6810 HPLcom/android/server/am/ProcessRecord;->getStartSeq()J