Home
last modified time | relevance | path

Searched refs:getServices (Results 1 – 13 of 13) sorted by relevance

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBasicBluetoothGattTest.java100 public void getServices() throws Exception { in getServices() method in BasicBluetoothGattTest
102 List<BluetoothGattService> services = mBluetoothGatt.getServices(); in getServices()
DBluetoothGattServerTest.java151 public void getServices() { in getServices() method in BluetoothGattServerTest
152 assertEquals(mBluetoothGattServer.getServices(), new ArrayList<BluetoothGattService>()); in getServices()
/cts/common/device-side/bedstead/testapp/src/library/main/java/com/android/bedstead/testapp/
DTestAppProvider.java168 TestappProtos.Service serviceEntry = app.getServices(i); in loadApk()
/cts/tests/tests/keystore/src/android/keystore/cts/
DSecretKeyFactoryTest.java81 Set<Service> services = provider.getServices(); in testAlgorithmList()
DKeyFactoryTest.java93 Set<Service> services = provider.getServices(); in testAlgorithmList()
DMacTest.java239 Set<Service> services = provider.getServices(); in testAlgorithmList()
DKeyGeneratorTest.java118 Set<Service> services = provider.getServices(); in testAlgorithmList()
DSignatureTest.java364 Set<Service> services = provider.getServices(); in testAlgorithmList()
DKeyStoreTest.java201 Set<Provider.Service> services = provider.getServices(); in keyStores()
480 Set<Provider.Service> services = provider.getServices(); in test_KeyStore_create()
DCipherTest.java365 Set<Service> services = provider.getServices(); in testAlgorithmList()
DKeyPairGeneratorTest.java174 Set<Service> services = provider.getServices(); in testAlgorithmList()
/cts/tests/tests/nfc/src/android/nfc/cts/
DCardEmulationTest.java351 when(mEmulation.getServices(anyInt(), anyString())).thenReturn(services); in testGetServices()
352 Assert.assertEquals(instance.getServices(CardEmulation.CATEGORY_PAYMENT, 0), services); in testGetServices()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dbluetooth-current.txt612 method public java.util.List<android.bluetooth.BluetoothGattService> getServices();
749 method public java.util.List<android.bluetooth.BluetoothGattService> getServices();