Searched refs:cbw (Results 1 – 2 of 2) sorted by relevance
561 CallbackWrapper cbw = new CallbackWrapper(executor, callback, mAttributionSource); in registerApp() local562 result = service.registerApp(sdp, inQos, outQos, cbw, mAttributionSource); in registerApp()
2625 final int cbw = ci.getBandwidth(); in setPhyCellInfoFromCellIdentity() local2626 if (isValidLteBandwidthKhz(cbw)) { in setPhyCellInfoFromCellIdentity()2627 bandwidths = new int[] {cbw}; in setPhyCellInfoFromCellIdentity()2628 } else if (cbw == Integer.MAX_VALUE) { in setPhyCellInfoFromCellIdentity()2632 loge("Invalid LTE Bandwidth in RegistrationState, " + cbw); in setPhyCellInfoFromCellIdentity()