Searched refs:mHaveLeaseState (Results 1 – 1 of 1) sorted by relevance
136 private State mHaveLeaseState = new HaveLeaseState(); field in Dhcp6Client175 addState(mHaveLeaseState, mStartedState); { in Dhcp6Client()176 addState(mBoundState, mHaveLeaseState); in Dhcp6Client()177 addState(mRenewState, mHaveLeaseState); in Dhcp6Client()178 addState(mRebindState, mHaveLeaseState); in Dhcp6Client()