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