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