OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:includedServices
(Results
1 - 5
of
5
) sorted by null
/system/bt/service/common/android/bluetooth/
bluetooth_gatt_service.cc
46
std::vector<BluetoothGattIncludedService>
includedServices
;
48
includedServices
.push_back(service);
50
status = parcel->writeParcelableVector(
includedServices
);
75
std::vector<BluetoothGattIncludedService>
includedServices
;
76
status = parcel->readParcelableVector(&
includedServices
);
79
for (const auto& srvc :
includedServices
)
/frameworks/base/core/java/android/bluetooth/
BluetoothGattService.java
157
ArrayList<BluetoothGattIncludedService>
includedServices
=
160
includedServices
.add(new BluetoothGattIncludedService(s.getUuid(),
163
out.writeTypedList(
includedServices
);
BluetoothGatt.java
308
ArrayList<BluetoothGattService>
includedServices
=
312
for (BluetoothGattService brokenRef :
includedServices
) {
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar
/prebuilts/misc/common/robolectric/android-all/
android-all-4.3_r2-robolectric-0.jar
Completed in 598 milliseconds