Home
last modified time | relevance | path

Searched defs:descs (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/accounts/
DChooseTypeAndAccountActivity.java559 AuthenticatorDescription[] descs = AccountManager.get(this).getAuthenticatorTypes(); in getReleventAccountTypes() local
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java323 ArrayList<BluetoothGattDescriptor> descs = in BluetoothGattCharacteristic() local
/frameworks/support/media/src/main/java/androidx/media/
DMediaPlayer2Impl.java2043 synchronized DataSourceError setNextMultiple(List<DataSourceDesc> descs) { in setNextMultiple()