Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java191 boolean isBluetoothConnected, @Nullable byte[] disabledSubchannelBitmap) { in predictThroughput() argument
286 disabledSubchannelBitmap); in predictThroughput()
291 int frequency, @Nullable byte[] disabledSubchannelBitmap) { in predictThroughputInternal() argument
372 if (disabledSubchannelBitmap != null && disabledSubchannelBitmap.length == 2) { in predictThroughputInternal()
374 (disabledSubchannelBitmap[1] << 8) | disabledSubchannelBitmap[0]); in predictThroughputInternal()