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

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ServiceDeclaration.java 29 public static final byte TYPE_SERVICE = 1;
45 this.type = TYPE_SERVICE;
52 this.type = TYPE_SERVICE;
HandleMap.java 31 public static final int TYPE_SERVICE = 1;
49 this.type = TYPE_SERVICE;
59 this.type = TYPE_SERVICE;
117 if (entry.type != TYPE_SERVICE ||
138 if (entry.type == TYPE_SERVICE &&
206 case TYPE_SERVICE:
GattService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/firewall/
IntentFirewall.java 67 private static final int TYPE_SERVICE = 2;
135 return checkIntent(mServiceResolver, resolvedService, TYPE_SERVICE, intent, callerUid,
286 " S:" + resolvers[TYPE_SERVICE].filterSet().size() + ")");
291 mServiceResolver = resolvers[TYPE_SERVICE];
332 ruleType = TYPE_SERVICE;

Completed in 118 milliseconds