OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:managerservice
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothManager.java
129
IBluetoothManager
managerService
= mAdapter.getBluetoothManager();
130
IBluetoothGatt iGatt =
managerService
.getBluetoothGatt();
174
IBluetoothManager
managerService
= mAdapter.getBluetoothManager();
175
IBluetoothGatt iGatt =
managerService
.getBluetoothGatt();
205
IBluetoothManager
managerService
= mAdapter.getBluetoothManager();
206
IBluetoothGatt iGatt =
managerService
.getBluetoothGatt();
BluetoothAdapter.java
420
IBluetoothManager
managerService
= IBluetoothManager.Stub.asInterface(b);
421
sAdapter = new BluetoothAdapter(
managerService
);
432
BluetoothAdapter(IBluetoothManager
managerService
) {
434
if (
managerService
== null) {
438
mService =
managerService
.registerAdapter(mManagerCallback);
440
mManagerService =
managerService
;
[
all
...]
BluetoothDevice.java
[
all
...]
Completed in 219 milliseconds