OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ChannelSettings
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/wificond/scanning/
channel_settings.h
29
class
ChannelSettings
: public ::android::Parcelable {
31
ChannelSettings
()
33
bool operator==(const
ChannelSettings
& rhs) const {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/wificond/
ChannelSettings.java
26
*
ChannelSettings
for wificond
30
public class
ChannelSettings
implements Parcelable {
31
private static final String TAG = "
ChannelSettings
";
36
public
ChannelSettings
() { }
42
if (!(rhs instanceof
ChannelSettings
)) {
45
ChannelSettings
channel = (
ChannelSettings
) rhs;
74
public static final Parcelable.Creator<
ChannelSettings
> CREATOR =
75
new Parcelable.Creator<
ChannelSettings
>() {
80
public
ChannelSettings
createFromParcel(Parcel in)
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java
871
public static class
ChannelSettings
{
885
public
ChannelSettings
[] channels;
[
all
...]
Completed in 45 milliseconds