Home
last modified time | relevance | path

Searched refs:INVALID_CHANNEL (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexUtils.java53 private static final int INVALID_CHANNEL = -1; field in CoexUtils
211 return INVALID_CHANNEL; in get2gHighestOverlapChannel()
233 return INVALID_CHANNEL; in get2gLowestOverlapChannel()
269 return INVALID_CHANNEL; in get5gHighestOverlap20MhzChannel()
305 return INVALID_CHANNEL; in get5gLowestOverlap20MhzChannel()
367 if (lowest2gChannel != INVALID_CHANNEL && highest2gChannel != INVALID_CHANNEL in getNeighboringCoexUnsafeChannels()
380 if (lowest5gChannel != INVALID_CHANNEL && highest5gChannel != INVALID_CHANNEL in getNeighboringCoexUnsafeChannels()
422 if (lowest2gChannel != INVALID_CHANNEL && highest2gChannel != INVALID_CHANNEL in get2gHarmonicCoexUnsafeChannels()
461 if (lowest5gChannel != INVALID_CHANNEL && highest5gChannel != INVALID_CHANNEL in get5gHarmonicCoexUnsafeChannels()
/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/
DThreadNetworkControllerTest.java58 private static final int INVALID_CHANNEL = 10; field in ThreadNetworkControllerTest
130 put(INVALID_CHANNEL, VALID_POWER); in setChannelMaxPowers_invalidChannel_throwsIllegalArgumentException()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java857 IccOpenLogicalChannelResponse.INVALID_CHANNEL, errorCode, null); in handleMessage()