OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mServiceType
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothGattService.java
70
protected int
mServiceType
;
100
mServiceType
= serviceType;
114
mServiceType
= serviceType;
225
return
mServiceType
;
/frameworks/base/core/java/android/net/nsd/
NsdServiceInfo.java
32
private String
mServiceType
;
46
mServiceType
= rt;
62
return
mServiceType
;
67
mServiceType
= s;
104
append("type: ").append(
mServiceType
).
119
dest.writeString(
mServiceType
);
136
info.
mServiceType
= in.readString();
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pServiceResponse.java
42
protected int
mServiceType
;
120
mServiceType
= serviceType;
134
return
mServiceType
;
296
sbuf.append("serviceType:").append(
mServiceType
);
314
return (req.
mServiceType
==
mServiceType
) &&
332
result = 31 * result +
mServiceType
;
348
dest.writeInt(
mServiceType
);
Completed in 34 milliseconds