Searched refs:descs (Results 1 – 4 of 4) sorted by relevance
323 ArrayList<BluetoothGattDescriptor> descs = in BluetoothGattCharacteristic() local325 if (descs != null) { in BluetoothGattCharacteristic()326 for (BluetoothGattDescriptor desc : descs) { in BluetoothGattCharacteristic()
559 AuthenticatorDescription[] descs = AccountManager.get(this).getAuthenticatorTypes(); in getReleventAccountTypes() local560 Set<String> supportedAccountTypes = new HashSet<String>(descs.length); in getReleventAccountTypes()561 for (AuthenticatorDescription desc : descs) { in getReleventAccountTypes()
846 Account[] descs = new Account[parcelables.length];848 descs[i] = (Account) parcelables[i];850 return descs;
2043 synchronized DataSourceError setNextMultiple(List<DataSourceDesc> descs) { in setNextMultiple() argument2045 for (DataSourceDesc dsd: descs) { in setNextMultiple()