Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHidDevice.java561 CallbackWrapper cbw = new CallbackWrapper(executor, callback, mAttributionSource); in registerApp() local
562 result = service.registerApp(sdp, inQos, outQos, cbw, mAttributionSource); in registerApp()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java2631 final int cbw = ci.getBandwidth(); in setPhyCellInfoFromCellIdentity() local
2632 if (isValidLteBandwidthKhz(cbw)) { in setPhyCellInfoFromCellIdentity()
2633 bandwidths = new int[] {cbw}; in setPhyCellInfoFromCellIdentity()
2634 } else if (cbw == Integer.MAX_VALUE) { in setPhyCellInfoFromCellIdentity()
2638 loge("Invalid LTE Bandwidth in RegistrationState, " + cbw); in setPhyCellInfoFromCellIdentity()