Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattCharacteristic.java281 ArrayList<BluetoothGattDescriptor> descs = in BluetoothGattCharacteristic() local
283 if (descs != null) { in BluetoothGattCharacteristic()
284 for (BluetoothGattDescriptor desc : descs) { in BluetoothGattCharacteristic()
/packages/apps/Settings/src/com/android/settings/
DMainClear.java519 AuthenticatorDescription[] descs = AccountManager.get(context) in loadAccountList() local
521 final int descLength = descs.length; in loadAccountList()
555 if (account.type.equals(descs[j].type)) { in loadAccountList()
556 desc = descs[j]; in loadAccountList()
/packages/services/Car/cpp/evs/manager/aidl/tests/unit/src/
DEvsEnumeratorHidlUnitTest.cpp841 std::vector<::aidl::android::hardware::automotive::evs::UltrasonicsArrayDesc> descs; in TEST_F() local
842 EXPECT_FALSE(aidlWrapper->getUltrasonicsArrayList(&descs).isOk()); in TEST_F()