OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mWifiKeyStore
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiInjector.java
102
private final WifiKeyStore
mWifiKeyStore
;
189
mWifiKeyStore
= new WifiKeyStore(mKeyStore);
203
mWifiKeyStore
, mWifiConfigStore, mWifiConfigStoreLegacy, mWifiPermissionsUtil,
216
mPasspointManager = new PasspointManager(mContext, mWifiNative,
mWifiKeyStore
, mClock,
WifiConfigManager.java
248
private final WifiKeyStore
mWifiKeyStore
;
350
mWifiKeyStore
= wifiKeyStore;
405
mWifiKeyStore
.enableVerboseLogging(mVerboseLoggingEnabled);
[
all
...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointManagerTest.java
116
@Mock WifiKeyStore
mWifiKeyStore
;
137
mManager = new PasspointManager(mContext, mWifiNative,
mWifiKeyStore
, mClock,
254
when(mObjectFactory.makePasspointProvider(eq(config), eq(
mWifiKeyStore
),
474
when(mObjectFactory.makePasspointProvider(eq(config), eq(
mWifiKeyStore
),
509
when(mObjectFactory.makePasspointProvider(eq(config), eq(
mWifiKeyStore
),
547
when(mObjectFactory.makePasspointProvider(eq(origConfig), eq(
mWifiKeyStore
),
564
when(mObjectFactory.makePasspointProvider(eq(newConfig), eq(
mWifiKeyStore
),
588
when(mObjectFactory.makePasspointProvider(eq(config), eq(
mWifiKeyStore
),
617
when(mObjectFactory.makePasspointProvider(eq(config), eq(
mWifiKeyStore
),
[
all
...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigManagerTest.java
103
@Mock private WifiKeyStore
mWifiKeyStore
;
170
when(
mWifiKeyStore
527
verify(
mWifiKeyStore
, never()).removeKeys(any(WifiEnterpriseConfig.class));
[
all
...]
Completed in 452 milliseconds