Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpClient.java971 WaitBeforeOtherState(State otherState) { in WaitBeforeOtherState()
1055 WaitBeforeStartState(State otherState) { in WaitBeforeStartState()
1061 WaitBeforeRenewalState(State otherState) { in WaitBeforeRenewalState()
1067 WaitBeforeObtainingConfigurationState(State 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