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/
HandleMap.java 32 public static final int TYPE_SERVICE = 1;
50 this.type = TYPE_SERVICE;
60 this.type = TYPE_SERVICE;
117 if (entry.type != TYPE_SERVICE || entry.serverIf != serverIf
139 if (entry.type == TYPE_SERVICE && entry.handle == handle && entry.uuid.equals(uuid)) {
191 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;
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java 509 private static final int TYPE_SERVICE = 3;
515 TYPE_SERVICE,
    [all...]

Completed in 220 milliseconds