HomeSort by relevance Sort by last modified time
    Searched refs:ServiceDeclaration (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ServiceDeclaration.java 24 class ServiceDeclaration {
26 private static final String TAG = GattServiceConfig.TAG_PREFIX + "ServiceDeclaration";
77 ServiceDeclaration() {
GattService.java 122 private List<ServiceDeclaration> mServiceDeclarations = new ArrayList<ServiceDeclaration>();
124 private ServiceDeclaration addDeclaration() {
126 mServiceDeclarations.add(new ServiceDeclaration());
131 private ServiceDeclaration getActiveDeclaration() {
139 private ServiceDeclaration getPendingDeclaration() {
    [all...]

Completed in 810 milliseconds