Home
last modified time | relevance | path

Searched refs:otherState (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpClient.java971 WaitBeforeOtherState(State otherState) { in WaitBeforeOtherState() argument
972 mOtherState = otherState; in WaitBeforeOtherState()
1055 WaitBeforeStartState(State otherState) { in WaitBeforeStartState() argument
1056 super(otherState); in WaitBeforeStartState()
1061 WaitBeforeRenewalState(State otherState) { in WaitBeforeRenewalState() argument
1062 super(otherState); in WaitBeforeRenewalState()
1067 WaitBeforeObtainingConfigurationState(State otherState) { in WaitBeforeObtainingConfigurationState() argument
1068 super(otherState); in WaitBeforeObtainingConfigurationState()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkStatsManagerTest.java780 int otherState = (currentState == STATE_DEFAULT) ? STATE_FOREGROUND : STATE_DEFAULT; in testUidTagStateDetails() local
786 int[] statesWithNoTraffic = {otherState}; in testUidTagStateDetails()