Lines Matching refs:persistent
127 …String name, String subtype, int port, int weight, int priority, boolean persistent, String text) { in ServiceInfoImpl() argument
128 …pl.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persistent, (byte[]) null); in ServiceInfoImpl()
150 …ring name, String subtype, int port, int weight, int priority, boolean persistent, Map<String, ?> … in ServiceInfoImpl() argument
151 …l.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persistent, textFromPropert… in ServiceInfoImpl()
165 …String name, String subtype, int port, int weight, int priority, boolean persistent, byte text[]) { in ServiceInfoImpl() argument
166 …iceInfoImpl.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persistent, text); in ServiceInfoImpl()
169 … String> qualifiedNameMap, int port, int weight, int priority, boolean persistent, Map<String, ?> … in ServiceInfoImpl() argument
170 this(qualifiedNameMap, port, weight, priority, persistent, textFromProperties(props)); in ServiceInfoImpl()
173 …s, String> qualifiedNameMap, int port, int weight, int priority, boolean persistent, String text) { in ServiceInfoImpl() argument
174 this(qualifiedNameMap, port, weight, priority, persistent, (byte[]) null); in ServiceInfoImpl()
185 …s, String> qualifiedNameMap, int port, int weight, int priority, boolean persistent, byte text[]) { in ServiceInfoImpl() argument
200 this._persistent = persistent; in ServiceInfoImpl()