Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothHidDevice.java506 CallbackWrapper cbw = new CallbackWrapper(executor, callback); in registerApp() local
507 result = service.registerApp(sdp, inQos, outQos, cbw); in registerApp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2431 final int cbw = cl.getBandwidth(); in setPhyCellInfoFromCellIdentity() local
2432 if (isValidLteBandwidthKhz(cbw)) { in setPhyCellInfoFromCellIdentity()
2433 bandwidths = new int[] {cbw}; in setPhyCellInfoFromCellIdentity()
2434 } else if (cbw == Integer.MAX_VALUE) { in setPhyCellInfoFromCellIdentity()
2438 loge("Invalid LTE Bandwidth in RegistrationState, " + cbw); in setPhyCellInfoFromCellIdentity()