OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WifiP2pDnsSdServiceResponse
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pDnsSdServiceResponse.java
32
public class
WifiP2pDnsSdServiceResponse
extends WifiP2pServiceResponse {
152
protected
WifiP2pDnsSdServiceResponse
(int status,
295
static
WifiP2pDnsSdServiceResponse
newInstance(int status,
298
return new
WifiP2pDnsSdServiceResponse
(status,
302
return new
WifiP2pDnsSdServiceResponse
(status,
WifiP2pServiceResponse.java
249
resp =
WifiP2pDnsSdServiceResponse
.newInstance(status,
376
return
WifiP2pDnsSdServiceResponse
.newInstance(status,
/frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pManager.java
24
import android.net.wifi.p2p.nsd.
WifiP2pDnsSdServiceResponse
;
[
all
...]
Completed in 35 milliseconds