Searched refs:getServices (Results 1 – 13 of 13) sorted by relevance
100 public void getServices() throws Exception { in getServices() method in BasicBluetoothGattTest102 List<BluetoothGattService> services = mBluetoothGatt.getServices(); in getServices()
151 public void getServices() { in getServices() method in BluetoothGattServerTest152 assertEquals(mBluetoothGattServer.getServices(), new ArrayList<BluetoothGattService>()); in getServices()
168 TestappProtos.Service serviceEntry = app.getServices(i); in loadApk()
81 Set<Service> services = provider.getServices(); in testAlgorithmList()
93 Set<Service> services = provider.getServices(); in testAlgorithmList()
239 Set<Service> services = provider.getServices(); in testAlgorithmList()
118 Set<Service> services = provider.getServices(); in testAlgorithmList()
364 Set<Service> services = provider.getServices(); in testAlgorithmList()
201 Set<Provider.Service> services = provider.getServices(); in keyStores()480 Set<Provider.Service> services = provider.getServices(); in test_KeyStore_create()
365 Set<Service> services = provider.getServices(); in testAlgorithmList()
174 Set<Service> services = provider.getServices(); in testAlgorithmList()
351 when(mEmulation.getServices(anyInt(), anyString())).thenReturn(services); in testGetServices()352 Assert.assertEquals(instance.getServices(CardEmulation.CATEGORY_PAYMENT, 0), services); in testGetServices()
612 method public java.util.List<android.bluetooth.BluetoothGattService> getServices();749 method public java.util.List<android.bluetooth.BluetoothGattService> getServices();