Home
last modified time | relevance | path

Searched refs:BluetoothManagerService (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/service/tests/src/com/android/server/bluetooth/
DBluetoothManagerServiceTest.java24 import static com.android.server.bluetooth.BluetoothManagerService.MESSAGE_BLUETOOTH_SERVICE_CONNEC…
25 import static com.android.server.bluetooth.BluetoothManagerService.MESSAGE_BLUETOOTH_STATE_CHANGE;
26 import static com.android.server.bluetooth.BluetoothManagerService.MESSAGE_DISABLE;
27 import static com.android.server.bluetooth.BluetoothManagerService.MESSAGE_ENABLE;
28 import static com.android.server.bluetooth.BluetoothManagerService.MESSAGE_TIMEOUT_BIND;
79 BluetoothManagerService mManagerService;
118 doReturn(BluetoothManagerService.BLUETOOTH_OFF) in setUp()
157 mManagerService = new BluetoothManagerService(mContext, mLooper.getLooper()); in setUp()
248 ArgumentCaptor<BluetoothManagerService.BluetoothServiceConnection> captor = in acceptBluetoothBinding()
249 ArgumentCaptor.forClass(BluetoothManagerService.BluetoothServiceConnection.class); in acceptBluetoothBinding()
DBluetoothShellCommandTest.java59 @Mock BluetoothManagerService mManagerService;
DBluetoothServiceBinderTest.java85 @Mock private BluetoothManagerService mManagerService;
/packages/modules/Bluetooth/service/src/
DBluetoothService.kt27 private val mBluetoothManagerService: BluetoothManagerService
33 mBluetoothManagerService = BluetoothManagerService(context, mHandlerThread.getLooper())
DAdapterBinder.kt23 import com.android.server.bluetooth.BluetoothManagerService.timeToLog
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothShellCommand.java35 private final BluetoothManagerService mManagerService;
213 BluetoothShellCommand(BluetoothManagerService managerService) { in BluetoothShellCommand()
DBluetoothServiceBinder.java56 private final BluetoothManagerService mBluetoothManagerService;
65 BluetoothManagerService bms, Looper looper, Context ctx, UserManager userManager) { in BluetoothServiceBinder()
DBluetoothManagerService.java124 class BluetoothManagerService { class
125 private static final String TAG = BluetoothManagerService.class.getSimpleName();
607 BluetoothManagerService(@NonNull Context context, @NonNull Looper looper) { in BluetoothManagerService() method in BluetoothManagerService