Searched refs:descs (Results 1 – 4 of 4) sorted by relevance
326 ArrayList<BluetoothGattDescriptor> descs = in BluetoothGattCharacteristic() local328 if (descs != null) { in BluetoothGattCharacteristic()329 for (BluetoothGattDescriptor desc : descs) { in BluetoothGattCharacteristic()
560 AuthenticatorDescription[] descs = AccountManager.get(this).getAuthenticatorTypes(); in getReleventAccountTypes() local561 Set<String> supportedAccountTypes = new HashSet<String>(descs.length); in getReleventAccountTypes()562 for (AuthenticatorDescription desc : descs) { in getReleventAccountTypes()
874 Account[] descs = new Account[parcelables.length];876 descs[i] = (Account) parcelables[i];878 return descs;
2013 SoundTriggerModuleDescriptor[] descs = getService().listModules(); in listModules() local2015 modules.ensureCapacity(descs.length); in listModules()2016 for (SoundTriggerModuleDescriptor desc : descs) { in listModules()