Searched refs:descs (Results 1 – 3 of 3) 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()
877 Account[] descs = new Account[parcelables.length];879 descs[i] = (Account) parcelables[i];881 return descs;