Home
last modified time | relevance | path

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

/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/fastpair/blocklist/
DBlocklist.java62 public boolean hasHigherPriorityThan(BlocklistState otherState) { in hasHigherPriorityThan()
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpClient.java970 WaitBeforeOtherState(State otherState) { in WaitBeforeOtherState()
1045 WaitBeforeStartState(State otherState) { in WaitBeforeStartState()
1051 WaitBeforeRenewalState(State otherState) { in WaitBeforeRenewalState()
1057 WaitBeforeObtainingConfigurationState(State otherState) { in WaitBeforeObtainingConfigurationState()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkStatsManagerTest.java775 int otherState = (currentState == STATE_DEFAULT) ? STATE_FOREGROUND : STATE_DEFAULT; in testUidTagStateDetails() local