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";
68 ServiceDeclaration() {
GattService.java 81 private List<ServiceDeclaration> mServiceDeclarations = new ArrayList<ServiceDeclaration>();
83 private ServiceDeclaration addDeclaration() {
85 mServiceDeclarations.add(new ServiceDeclaration());
90 private ServiceDeclaration getActiveDeclaration() {
98 private ServiceDeclaration getPendingDeclaration() {
    [all...]

Completed in 70 milliseconds