OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bluetoothstatechangecallback
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java
20
import android.bluetooth.BluetoothAdapter.
BluetoothStateChangeCallback
;
38
private ArrayList<
BluetoothStateChangeCallback
> mChangeCallbacks =
39
new ArrayList<
BluetoothStateChangeCallback
>();
57
public void addStateChangedCallback(
BluetoothStateChangeCallback
cb) {
98
for (
BluetoothStateChangeCallback
cb : mChangeCallbacks) {
/frameworks/base/core/java/android/bluetooth/
BluetoothPan.java
138
Log.w(TAG,"Unable to register
BluetoothStateChangeCallback
",re);
164
Log.w(TAG,"Unable to unregister
BluetoothStateChangeCallback
",re);
BluetoothAdapter.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettingsModel.java
20
import android.bluetooth.BluetoothAdapter.
BluetoothStateChangeCallback
;
55
class QuickSettingsModel implements
BluetoothStateChangeCallback
,
[
all
...]
Completed in 543 milliseconds