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.java997 WaitBeforeOtherState(State otherState) { in WaitBeforeOtherState()
1081 WaitBeforeStartState(State otherState) { in WaitBeforeStartState()
1087 WaitBeforeRenewalState(State otherState) { in WaitBeforeRenewalState()
1093 WaitBeforeObtainingConfigurationState(State otherState) { in WaitBeforeObtainingConfigurationState()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkStatsManagerTest.java796 int otherState = (currentState == STATE_DEFAULT) ? STATE_FOREGROUND : STATE_DEFAULT; in testUidTagStateDetails() local