HomeSort by relevance Sort by last modified time
    Searched refs:contactSharing (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialogFragment.java 236 CheckBox contactSharing = (CheckBox) view.findViewById(
238 contactSharing.setText(getString(R.string.bluetooth_pairing_shares_phonebook,
242 contactSharing.setVisibility(mPairingController.isProfileReady()
245 contactSharing.setOnCheckedChangeListener(mPairingController);
246 contactSharing.setChecked(mPairingController.getContactSharingState());
328 CheckBox contactSharing = (CheckBox) view.findViewById(
330 contactSharing.setText(getString(R.string.bluetooth_pairing_shares_phonebook,
333 contactSharing.setVisibility(
336 contactSharing.setChecked(mPairingController.getContactSharingState());
337 contactSharing.setOnCheckedChangeListener(mPairingController)
    [all...]
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothPairingDialogFragment.java 230 CheckBox contactSharing = (CheckBox) view.findViewById(
232 contactSharing.setText(getString(R.string.bluetooth_pairing_shares_phonebook,
236 contactSharing.setVisibility(mPairingController.isProfileReady()
238 contactSharing.setOnCheckedChangeListener(mPairingController);
239 contactSharing.setChecked(mPairingController.getContactSharingState());
325 CheckBox contactSharing = (CheckBox) view.findViewById(
331 contactSharing.setChecked(mPairingController.getContactSharingState());
332 contactSharing.setOnCheckedChangeListener(mPairingController);

Completed in 278 milliseconds