OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onBluetoothStateChanged
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothCallback.java
24
void
onBluetoothStateChanged
(int bluetoothState);
CachedBluetoothDeviceManager.java
138
public synchronized void
onBluetoothStateChanged
(int bluetoothState) {
DevicePickerFragment.java
103
public void
onBluetoothStateChanged
(int bluetoothState) {
104
super.
onBluetoothStateChanged
(bluetoothState);
DeviceListPreferenceFragment.java
203
public void
onBluetoothStateChanged
(int bluetoothState) {
BluetoothSettings.java
345
public void
onBluetoothStateChanged
(int bluetoothState) {
346
super.
onBluetoothStateChanged
(bluetoothState);
Completed in 99 milliseconds