/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | AdapterPropertiesTest.java | 73 when(mAdapterService.getSystemService(Context.BLUETOOTH_SERVICE)) in setUp() 76 .thenReturn(Context.BLUETOOTH_SERVICE); in setUp() 86 verify(mAdapterService, times(1)).getSystemService(Context.BLUETOOTH_SERVICE); in setUp()
|
D | RemoteDevicesTest.java | 75 when(mAdapterService.getSystemService(Context.BLUETOOTH_SERVICE)) in setUp() 78 .thenReturn(Context.BLUETOOTH_SERVICE); in setUp() 81 verify(mAdapterService, times(1)).getSystemService(Context.BLUETOOTH_SERVICE); in setUp()
|
D | BondStateMachineTest.java | 94 when(mAdapterService.getSystemService(Context.BLUETOOTH_SERVICE)) in setUp() 97 .thenReturn(Context.BLUETOOTH_SERVICE); in setUp()
|
D | AdapterServiceTest.java | 282 mockGetSystemService(Context.BLUETOOTH_SERVICE, BluetoothManager.class, mBluetoothManager); in setUp()
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | CarFeatureTest.java | 37 private static final String BLUETOOTH_SERVICE = "car_bluetooth"; field in CarFeatureTest 61 BLUETOOTH_SERVICE,
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/ |
D | HfpClientConnectionServiceTest.java | 69 .getSystemService(Context.BLUETOOTH_SERVICE)) 124 doReturn(Context.BLUETOOTH_SERVICE) in setUp() 129 .getSystemService(Context.BLUETOOTH_SERVICE); in setUp()
|
D | HfpClientCallTest.java | 38 .getSystemService(Context.BLUETOOTH_SERVICE))
|
D | HeadsetClientServiceInterfaceTest.java | 50 .getSystemService(Context.BLUETOOTH_SERVICE))
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Avrcp.kt | 35 context.getSystemService(Context.BLUETOOTH_SERVICE) as BluetoothManager
|
D | Hid.kt | 39 context.getSystemService(Context.BLUETOOTH_SERVICE) as BluetoothManager
|
D | L2cap.kt | 54 context.getSystemService(Context.BLUETOOTH_SERVICE) as BluetoothManager
|
D | Asha.kt | 59 context.getSystemService(Context.BLUETOOTH_SERVICE) as BluetoothManager
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothFrameworkInitializer.java | 101 Context.BLUETOOTH_SERVICE, in registerServiceWrappers()
|
D | BluetoothManager.java | 49 @SystemService(Context.BLUETOOTH_SERVICE)
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | BluetoothGattServerProxy.java | 47 mBluetoothManager = (BluetoothManager) context.getSystemService(Context.BLUETOOTH_SERVICE); in BluetoothGattServerProxy()
|
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/network/ |
D | BluetoothWiFiResetPreferenceControllerTest.kt | 57 on { getSystemService(Context.BLUETOOTH_SERVICE) } doReturn mockBluetoothManager in <lambda>()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarFeatureController.java | 70 private static final String BLUETOOTH_SERVICE = "car_bluetooth"; field in CarFeatureController 93 BLUETOOTH_SERVICE,
|
/packages/apps/Car/Settings/src/com/android/car/settings/system/ |
D | ResetNetworkConfirmFragment.java | 106 context.getSystemService(Context.BLUETOOTH_SERVICE); in resetNetwork()
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | GattServer.java | 83 Service.BLUETOOTH_SERVICE); in GattServer()
|
/packages/apps/Settings/src/com/android/settings/network/ |
D | ResetNetworkOperationBuilder.java | 192 attachSystemServiceWork(Context.BLUETOOTH_SERVICE, in resetBluetoothManager()
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/system/ |
D | ResetNetworkConfirmFragmentTest.java | 116 when(mContext.getSystemService(Context.BLUETOOTH_SERVICE)).thenReturn( in setUp()
|