Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java326 ArrayList<BluetoothGattDescriptor> descs = in BluetoothGattCharacteristic() local
328 if (descs != null) { in BluetoothGattCharacteristic()
329 for (BluetoothGattDescriptor desc : descs) { in BluetoothGattCharacteristic()
/frameworks/base/core/java/android/accounts/
DChooseTypeAndAccountActivity.java560 AuthenticatorDescription[] descs = AccountManager.get(this).getAuthenticatorTypes(); in getReleventAccountTypes() local
561 Set<String> supportedAccountTypes = new HashSet<String>(descs.length); in getReleventAccountTypes()
562 for (AuthenticatorDescription desc : descs) { in getReleventAccountTypes()
DAccountManager.java877 Account[] descs = new Account[parcelables.length];
879 descs[i] = (Account) parcelables[i];
881 return descs;