/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingDetail.java | 147 void updateContent(int bluetoothState) { in updateContent() argument 148 switch (bluetoothState) { in updateContent() 168 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument 169 super.onBluetoothStateChanged(bluetoothState); in onBluetoothStateChanged() 170 updateContent(bluetoothState); in onBluetoothStateChanged() 171 if (bluetoothState == BluetoothAdapter.STATE_ON) { in onBluetoothStateChanged()
|
D | DevicePickerFragment.java | 161 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument 162 super.onBluetoothStateChanged(bluetoothState); in onBluetoothStateChanged() 164 if (bluetoothState == BluetoothAdapter.STATE_ON) { in onBluetoothStateChanged()
|
D | BluetoothDeviceUpdater.java | 140 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument 141 if (BluetoothAdapter.STATE_ON == bluetoothState) { in onBluetoothStateChanged() 143 } else if (BluetoothAdapter.STATE_OFF == bluetoothState) { in onBluetoothStateChanged()
|
D | BluetoothSummaryUpdater.java | 52 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | BluetoothPairingDetail.java | 147 void updateContent(int bluetoothState) { in updateContent() argument 148 switch (bluetoothState) { in updateContent() 168 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument 169 super.onBluetoothStateChanged(bluetoothState); in onBluetoothStateChanged() 170 updateContent(bluetoothState); in onBluetoothStateChanged() 171 if (bluetoothState == BluetoothAdapter.STATE_ON) { in onBluetoothStateChanged()
|
D | DevicePickerFragment.java | 161 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument 162 super.onBluetoothStateChanged(bluetoothState); in onBluetoothStateChanged() 164 if (bluetoothState == BluetoothAdapter.STATE_ON) { in onBluetoothStateChanged()
|
D | BluetoothDeviceUpdater.java | 130 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument 131 if (BluetoothAdapter.STATE_ON == bluetoothState) { in onBluetoothStateChanged() 133 } else if (BluetoothAdapter.STATE_OFF == bluetoothState) { in onBluetoothStateChanged()
|
D | BluetoothSummaryUpdater.java | 52 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothDevicesGroupPreferenceController.java | 125 public final void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument 126 super.onBluetoothStateChanged(bluetoothState); in onBluetoothStateChanged() 127 if (bluetoothState == BluetoothAdapter.STATE_TURNING_OFF) { in onBluetoothStateChanged()
|
D | BluetoothPreferenceController.java | 99 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/ |
D | TelecomActivityViewModel.java | 201 Integer bluetoothState = mBluetoothStateLiveData.getValue(); in isBluetoothEnabled() local 202 return bluetoothState == null in isBluetoothEnabled() 203 || bluetoothState != BluetoothStateLiveData.BluetoothState.DISABLED; in isBluetoothEnabled()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/connecteddevice/ |
D | DiscoverableFooterPreferenceController.java | 135 private void updateFooterPreferenceTitle (int bluetoothState) { in updateFooterPreferenceTitle() argument 136 if (bluetoothState == BluetoothAdapter.STATE_ON) { in updateFooterPreferenceTitle()
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/ |
D | DiscoverableFooterPreferenceController.java | 135 private void updateFooterPreferenceTitle (int bluetoothState) { in updateFooterPreferenceTitle() argument 136 if (bluetoothState == BluetoothAdapter.STATE_ON) { in updateFooterPreferenceTitle()
|
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/ |
D | BluetoothMapIMProvider.java | 646 boolean bluetoothState = in call() 648 ret = setBluetoothStatus(bluetoothState); in call() 686 protected abstract int setBluetoothStatus(boolean bluetoothState); in setBluetoothStatus() argument
|
/packages/apps/Settings/src/com/android/settings/media/ |
D | MediaOutputIndicatorWorker.java | 70 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/media/ |
D | MediaOutputIndicatorWorker.java | 70 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument
|
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/ |
D | BluetoothUpdateWorker.java | 73 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/ |
D | BluetoothUpdateWorker.java | 73 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument
|
/packages/apps/Settings/src/com/android/settings/sound/ |
D | AudioSwitchPreferenceController.java | 149 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sound/ |
D | AudioSwitchPreferenceController.java | 153 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument
|