OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SERVICE_LOST
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/net/nsd/
NsdManager.java
170
public static final int
SERVICE_LOST
= BASE + 5;
335
case
SERVICE_LOST
:
/frameworks/base/services/core/java/com/android/server/
NsdService.java
438
case NativeResponseCode.
SERVICE_LOST
:
440
if (DBG) Slog.d(TAG, "
SERVICE_LOST
Raw: " + raw);
442
clientInfo.mChannel.sendMessage(NsdManager.
SERVICE_LOST
, 0,
639
public static final int
SERVICE_LOST
= 604;
[
all
...]
Completed in 61 milliseconds