Searched refs:TYPE_SERVICE (Results 1 – 2 of 2) sorted by relevance
32 public static final int TYPE_SERVICE = 1; field in HandleMap50 this.type = TYPE_SERVICE; in Entry()60 this.type = TYPE_SERVICE; in Entry()117 if (entry.type != TYPE_SERVICE || entry.serverIf != serverIf in setStarted()139 if (entry.type == TYPE_SERVICE && entry.handle == handle && entry.uuid.equals(uuid)) { in checkServiceExists()191 case TYPE_SERVICE: in dump()
3098 if (entry.type != HandleMap.TYPE_SERVICE || entry.serverIf != serverIf in stopNextService()3121 if (entry.type != HandleMap.TYPE_SERVICE || entry.serverIf != serverIf) { in deleteServices()