Searched refs:descs (Results 1 – 3 of 3) sorted by relevance
281 ArrayList<BluetoothGattDescriptor> descs = in BluetoothGattCharacteristic() local283 if (descs != null) { in BluetoothGattCharacteristic()284 for (BluetoothGattDescriptor desc : descs) { in BluetoothGattCharacteristic()
519 AuthenticatorDescription[] descs = AccountManager.get(context) in loadAccountList() local521 final int descLength = descs.length; in loadAccountList()555 if (account.type.equals(descs[j].type)) { in loadAccountList()556 desc = descs[j]; in loadAccountList()
841 std::vector<::aidl::android::hardware::automotive::evs::UltrasonicsArrayDesc> descs; in TEST_F() local842 EXPECT_FALSE(aidlWrapper->getUltrasonicsArrayList(&descs).isOk()); in TEST_F()