Lines Matching full:mbluetooth
62 InCallMenuItemView mBluetooth;
155 mBluetooth = new InCallMenuItemView(wrappedContext);
156 mBluetooth.setId(R.id.menuBluetooth);
157 mBluetooth.setOnClickListener(mInCallScreen);
158 mBluetooth.setText(R.string.menu_bluetooth);
159 mBluetooth.setIndicatorVisible(true);
245 mInCallMenuView.addItemView(mBluetooth, 2);
289 mBluetooth.setEnabled(false);
355 mBluetooth.setVisible(false);
422 mBluetooth.setVisible(true);
423 mBluetooth.setEnabled(inCallControlState.bluetoothEnabled);
424 mBluetooth.setIndicatorState(inCallControlState.bluetoothIndicatorOn);