Searched refs:mServiceDeclarations (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java122 private List<ServiceDeclaration> mServiceDeclarations = new ArrayList<ServiceDeclaration>(); field in class:GattService
125 synchronized (mServiceDeclarations) {
126 mServiceDeclarations.add(new ServiceDeclaration());
132 synchronized (mServiceDeclarations) {
133 if (mServiceDeclarations.size() > 0)
134 return mServiceDeclarations.get(mServiceDeclarations.size() - 1);
140 synchronized (mServiceDeclarations) {
141 if (mServiceDeclarations.size() > 0)
142 return mServiceDeclarations
[all...]

Completed in 450 milliseconds