Searched refs:otherState (Results 1 – 3 of 3) sorted by relevance
576 public WaitBeforeStartState(State otherState) { in WaitBeforeStartState() argument578 mOtherState = otherState; in WaitBeforeStartState()583 public WaitBeforeRenewalState(State otherState) { in WaitBeforeRenewalState() argument585 mOtherState = otherState; in WaitBeforeRenewalState()
570 PermissionState otherState = other.mUserStates.valueAt(i); in PermissionData() local571 mUserStates.put(otherUserId, new PermissionState(otherState)); in PermissionData()
274 final PackageState otherState = versions.valueAt(iv); in add() local275 final int NPROCS = otherState.mProcesses.size(); in add()276 final int NSRVS = otherState.mServices.size(); in add()278 ProcessState otherProc = otherState.mProcesses.valueAt(iproc); in add()297 ServiceState otherSvc = otherState.mServices.valueAt(isvc); in add()