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;
44 this.type = TYPE_SERVICE;
HandleMap.java 31 public static final int TYPE_SERVICE = 1;
48 this.type = TYPE_SERVICE;
104 if (entry.type != TYPE_SERVICE ||
125 if (entry.type == TYPE_SERVICE &&
195 case TYPE_SERVICE:
GattService.java     [all...]
  /frameworks/base/services/java/com/android/server/firewall/
IntentFirewall.java 66 private static final int TYPE_SERVICE = 2;
132 return checkIntent(mServiceResolver, resolvedService, TYPE_SERVICE, intent, callerUid,
281 " S:" + resolvers[TYPE_SERVICE].filterSet().size() + ")");
286 mServiceResolver = resolvers[TYPE_SERVICE];
327 ruleType = TYPE_SERVICE;

Completed in 890 milliseconds