Home
last modified time | relevance | path

Searched refs:descs (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java323 ArrayList<BluetoothGattDescriptor> descs = in BluetoothGattCharacteristic() local
325 if (descs != null) { in BluetoothGattCharacteristic()
326 for (BluetoothGattDescriptor desc : descs) { in BluetoothGattCharacteristic()
/frameworks/base/core/java/android/accounts/
DChooseTypeAndAccountActivity.java559 AuthenticatorDescription[] descs = AccountManager.get(this).getAuthenticatorTypes(); in getReleventAccountTypes() local
560 Set<String> supportedAccountTypes = new HashSet<String>(descs.length); in getReleventAccountTypes()
561 for (AuthenticatorDescription desc : descs) { in getReleventAccountTypes()
DAccountManager.java846 Account[] descs = new Account[parcelables.length];
848 descs[i] = (Account) parcelables[i];
850 return descs;
/frameworks/support/media/src/main/java/androidx/media/
DMediaPlayer2Impl.java2043 synchronized DataSourceError setNextMultiple(List<DataSourceDesc> descs) { in setNextMultiple() argument
2045 for (DataSourceDesc dsd: descs) { in setNextMultiple()