Searched defs:startSeq (Results 1 – 4 of 4) sorted by relevance
304 long startSeq; // Seq no. indicating the latest process start associated with field in ProcessRecord
5020 int pid, int callingUid, long startSeq) { in attachApplicationLocked()5445 public final void attachApplication(IApplicationThread thread, long startSeq) { in attachApplication()
143 void attachApplication(in IApplicationThread app, long startSeq); in attachApplication()
7334 private void attach(boolean system, long startSeq) { in attach()7641 long startSeq = 0; in main() local