Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessList.java2137 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());
DProcessRecord.java848 long getStartSeq() { in getStartSeq() method in ProcessRecord
DActivityManagerService.java970 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()
/frameworks/base/services/
Dart-wear-profile6810 HPLcom/android/server/am/ProcessRecord;->getStartSeq()J