/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothBondedDevicesPreferenceController.java | 72 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
|
D | BluetoothDevicePickerPreferenceController.java | 126 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
|
D | BluetoothPreferenceController.java | 116 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
|
D | BluetoothScanningDevicesGroupPreferenceController.java | 135 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/ |
D | HidHostServiceTest.java | 152 private void testOkToConnectCase(BluetoothDevice device, int bondState, int priority, in testOkToConnectCase()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | DeviceListPreferenceFragmentTest.java | 187 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {} in onDeviceBondStateChanged()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingDetail.java | 177 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
|
D | DevicePickerFragment.java | 141 int bondState) { in onDeviceBondStateChanged()
|
D | BluetoothDevicePreference.java | 209 int bondState = mCachedDevice.getBondState(); in onClicked() local
|
D | BluetoothDeviceUpdater.java | 162 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | DevicePickerFragment.java | 141 int bondState) { in onDeviceBondStateChanged()
|
D | BluetoothPairingDetail.java | 177 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
|
D | BluetoothDevicePreference.java | 206 int bondState = mCachedDevice.getBondState(); in onClicked() local
|
D | BluetoothDeviceUpdater.java | 152 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
D | HearingAidService.java | 360 int bondState = mAdapterService.getBondState(device); in okToConnect() local 694 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged() 769 int bondState = mAdapterService.getBondState(device); in connectionStateChanged() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 355 int bondState = mAdapterService.getBondState(device); in okToConnect() local 980 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged() 1095 int bondState = mAdapterService.getBondState(device); in connectionStateChanged() local
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetServiceTest.java | 893 private void testOkToAcceptConnectionCase(BluetoothDevice device, int bondState, int priority, in testOkToAcceptConnectionCase()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/ |
D | HearingAidServiceTest.java | 1075 private void testOkToConnectCase(BluetoothDevice device, int bondState, int priority, in testOkToConnectCase()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothAccessoryFragment.java | 387 final int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in onReceive() local
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpServiceTest.java | 1059 private void testOkToConnectCase(BluetoothDevice device, int bondState, int priority, in testOkToConnectCase()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidHostService.java | 817 int bondState = adapterService.getBondState(device); in okToConnect() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetService.java | 1726 int bondState = mAdapterService.getBondState(device); in okToAcceptConnection() local
|