Searched refs:cbw (Results 1 – 2 of 2) sorted by relevance
589 CallbackWrapper cbw = new CallbackWrapper(executor, callback); in registerApp() local590 result = service.registerApp(sdp, inQos, outQos, cbw); in registerApp()
2079 final int cbw = cl.getBandwidth(); in setPhyCellInfoFromCellIdentity() local2080 if (isValidLteBandwidthKhz(cbw)) { in setPhyCellInfoFromCellIdentity()2081 bandwidths = new int[] {cbw}; in setPhyCellInfoFromCellIdentity()2082 } else if (cbw == Integer.MAX_VALUE) { in setPhyCellInfoFromCellIdentity()2086 loge("Invalid LTE Bandwidth in RegistrationState, " + cbw); in setPhyCellInfoFromCellIdentity()