Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java313 ArrayList<BluetoothGattDescriptor> descs = in BluetoothGattCharacteristic() local
315 if (descs != null) { in BluetoothGattCharacteristic()
316 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.java841 Account[] descs = new Account[parcelables.length];
843 descs[i] = (Account) parcelables[i];
845 return descs;