Home
last modified time | relevance | path

Searched refs:svc (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattDebugUtils.java71 static boolean handleDebugAction(GattService svc, Intent intent) { in handleDebugAction() argument
88 svc.gattTestCommand(0x01, null, null, bEnable ? 1 : 0, 0, 0, 0, 0); in handleDebugAction()
94 svc.gattTestCommand(0x02, null, address, type, addrType, 0, 0, 0); in handleDebugAction()
97 svc.gattTestCommand(0x03, null, null, 0, 0, 0, 0, 0); in handleDebugAction()
104 svc.gattTestCommand(0x04, uuid, null, type, shdl, ehdl, 0, 0); in handleDebugAction()
112 svc.gattTestCommand(0xF0, null, null, authReq, ioCap, initKey, respKey, maxKey); in handleDebugAction()
DGattService.java404 BluetoothGattBinder(GattService svc) { in BluetoothGattBinder() argument
405 mService = svc; in BluetoothGattBinder()
756 public void addService(int serverIf, BluetoothGattService svc) { in addService() argument
762 service.addService(serverIf, svc); in addService()
2584 BluetoothGattService svc = null; in onServiceAdded() local
2590 svc = new BluetoothGattService(svcEl.uuid, svcEl.attributeHandle, in onServiceAdded()
2595 svc = new BluetoothGattService(svcEl.uuid, svcEl.attributeHandle, in onServiceAdded()
2599 svc.addCharacteristic( in onServiceAdded()
2604 List<BluetoothGattCharacteristic> chars = svc.getCharacteristics(); in onServiceAdded()
2614 app.callback.onServiceAdded(status, svc); in onServiceAdded()
/packages/apps/Email/provider_src/com/android/email/mail/store/
DServiceStore.java64 IEmailService svc = getService(); in checkSettings() local
67 if (svc instanceof EmailServiceProxy) { in checkSettings()
68 ((EmailServiceProxy)svc).setTimeout(90); in checkSettings()
71 return svc.validate(hostAuthCom); in checkSettings()
/packages/apps/Settings/src/com/android/settings/applications/
DProcStatsEntry.java263 public void addService(ServiceState svc) { in addService() argument
264 ArrayList<Service> services = mServices.get(svc.getPackage()); in addService()
267 mServices.put(svc.getPackage(), services); in addService()
269 services.add(new Service(svc)); in addService()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DProcStatsEntry.java263 public void addService(ServiceState svc) { in addService() argument
264 ArrayList<Service> services = mServices.get(svc.getPackage()); in addService()
267 mServices.put(svc.getPackage(), services); in addService()
269 services.add(new Service(svc)); in addService()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachine.java91 HearingAidStateMachine(BluetoothDevice device, HearingAidService svc, in HearingAidStateMachine() argument
95 mService = svc; in HearingAidStateMachine()
111 static HearingAidStateMachine make(BluetoothDevice device, HearingAidService svc, in make() argument
114 HearingAidStateMachine HearingAidSm = new HearingAidStateMachine(device, svc, in make()
DHearingAidService.java812 BluetoothHearingAidBinder(HearingAidService svc) { in BluetoothHearingAidBinder() argument
813 mService = svc; in BluetoothHearingAidBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientService.java185 BluetoothPbapClientBinder(PbapClientService svc) { in BluetoothPbapClientBinder() argument
186 mService = svc; in BluetoothPbapClientBinder()
DPbapClientStateMachine.java106 PbapClientStateMachine(PbapClientService svc, BluetoothDevice device) { in PbapClientStateMachine() argument
109 mService = svc; in PbapClientStateMachine()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java119 A2dpSinkServiceBinder(A2dpSinkService svc) { in A2dpSinkServiceBinder() argument
120 mService = svc; in A2dpSinkServiceBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java1470 ByteBuffer svc = ByteBuffer.allocate(16); in getPBSecondaryFolderVersion() local
1471 svc.putLong(secondaryVcMsb); in getPBSecondaryFolderVersion()
1474 svc.putLong(BluetoothPbapUtils.sSecondaryVersionCounter); in getPBSecondaryFolderVersion()
1475 return svc.array(); in getPBSecondaryFolderVersion()
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java212 BluetoothPanBinder(PanService svc) { in BluetoothPanBinder() argument
213 mService = svc; in BluetoothPanBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java191 BluetoothHeadsetClientBinder(HeadsetClientService svc) { in BluetoothHeadsetClientBinder() argument
192 mService = svc; in BluetoothHeadsetClientBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidHostService.java312 BluetoothHidHostBinder(HidHostService svc) { in BluetoothHidHostBinder() argument
313 mService = svc; in BluetoothHidHostBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java1148 BluetoothA2dpBinder(A2dpService svc) { in BluetoothA2dpBinder() argument
1149 mService = svc; in BluetoothA2dpBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java407 BluetoothHeadsetBinder(HeadsetService svc) { in BluetoothHeadsetBinder() argument
408 mService = svc; in BluetoothHeadsetBinder()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java789 AdapterServiceBinder(AdapterService svc) { in AdapterServiceBinder() argument
790 mService = svc; in AdapterServiceBinder()