OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:channel_settings
(Results
1 - 5
of
5
) sorted by null
/system/connectivity/wificond/tests/
scan_settings_unittest.cpp
22
#include "wificond/scanning/
channel_settings
.h"
60
ChannelSettings
channel_settings
;
local
61
channel_settings
.frequency_ = kFakeFrequency;
64
EXPECT_EQ(::android::OK,
channel_settings
.writeToParcel(&parcel));
70
EXPECT_EQ(
channel_settings
, channel_settings_copy);
/system/connectivity/wificond/scanning/
channel_settings.cpp
17
#include "wificond/scanning/
channel_settings
.h"
single_scan_settings.h
25
#include "wificond/scanning/
channel_settings
.h"
/system/connectivity/wificond/
Android.mk
60
scanning/
channel_settings
.cpp \
140
scanning/
channel_settings
.cpp \
/packages/apps/Settings/res/xml/
channel_notification_settings.xml
20
android:key="
channel_settings
"
Completed in 740 milliseconds