OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mfacade
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiControllerTest.java
79
@Mock FrameworkFacade
mFacade
;
97
mSettingsStore, mLockList, mLooper.getLooper(),
mFacade
);
133
when(
mFacade
.getConfigWiFiDisableInECBM(mContext)).thenReturn(true);
142
when(
mFacade
.getConfigWiFiDisableInECBM(mContext)).thenReturn(false);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiController.java
104
private FrameworkFacade
mFacade
;
141
mFacade
= f;
149
mIdleIntent =
mFacade
.getBroadcast(mContext, IDLE_REQUEST, idleIntent, 0);
234
mStayAwakeConditions =
mFacade
.getIntegerSetting(mContext,
239
mIdleMillis =
mFacade
.getLongSetting(mContext,
244
mSleepPolicy =
mFacade
.getIntegerSetting(mContext,
250
mReEnableDelayMillis =
mFacade
.getLongSetting(mContext,
541
boolean getConfigWiFiDisableInECBM =
mFacade
.getConfigWiFiDisableInECBM(mContext);
[
all
...]
WifiServiceImpl.java
131
private final FrameworkFacade
mFacade
;
324
mFacade
= new FrameworkFacade();
336
mFacade
.getStringSetting(mContext, Settings.Global.WIFI_COUNTRY_CODE),
339
mWifiStateMachine = new WifiStateMachine(mContext,
mFacade
,
350
wifiThread.getLooper(), mWifiStateMachine,
mFacade
, null);
355
mSettingsStore, mLocks, wifiThread.getLooper(),
mFacade
);
[
all
...]
WifiStateMachine.java
[
all
...]
WifiConfigManager.java
276
private FrameworkFacade
mFacade
;
338
mFacade
= facade;
[
all
...]
Completed in 103 milliseconds