Searched defs:startSeq (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java211 long startSeq; // Seq no. indicating the latest process start associated with field in class:ProcessRecord
389 pw.print(prefix); pw.print("startSeq="); pw.println(startSeq);
H A DActivityManagerService.java4408 final long startSeq = app.startSeq = ++mProcStartSeqCounter;
4416 final String reason = isProcStartValidLocked(app, startSeq);
4425 mPendingStarts.put(startSeq, app);
4431 handleProcessStartedLocked(app, startResult, startSeq);
4436 mPendingStarts.remove(startSeq);
4451 startSeq, false);
4477 new String[] {PROC_START_SEQ_IDENT + app.startSeq});
4483 new String[] {PROC_START_SEQ_IDENT + app.startSeq});
4507 if (app.startSeq > expectedStartSe
7572 attachApplicationLocked(IApplicationThread thread, int pid, int callingUid, long startSeq) argument
7932 attachApplication(IApplicationThread thread, long startSeq) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java6478 private void attach(boolean system, long startSeq) { argument
6493 mgr.attachApplication(mAppThread, startSeq);
6646 long startSeq = 0;
6650 startSeq = Long.parseLong(
6656 thread.attach(false, startSeq);

Completed in 1577 milliseconds