Searched refs:BluetoothManagerService (Results 1 – 8 of 8) sorted by relevance
24 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()
59 @Mock BluetoothManagerService mManagerService;
85 @Mock private BluetoothManagerService mManagerService;
27 private val mBluetoothManagerService: BluetoothManagerService33 mBluetoothManagerService = BluetoothManagerService(context, mHandlerThread.getLooper())
23 import com.android.server.bluetooth.BluetoothManagerService.timeToLog
35 private final BluetoothManagerService mManagerService;213 BluetoothShellCommand(BluetoothManagerService managerService) { in BluetoothShellCommand()
56 private final BluetoothManagerService mBluetoothManagerService;65 BluetoothManagerService bms, Looper looper, Context ctx, UserManager userManager) { in BluetoothServiceBinder()
124 class BluetoothManagerService { class125 private static final String TAG = BluetoothManagerService.class.getSimpleName();607 BluetoothManagerService(@NonNull Context context, @NonNull Looper looper) { in BluetoothManagerService() method in BluetoothManagerService