Searched defs:mObjectFactory (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DPasspointManager.java94 private final PasspointObjectFactory mObjectFactory; field in class:PasspointManager
214 mObjectFactory = objectFactory;
262 PasspointProvider newProvider = mObjectFactory.makePasspointProvider(
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DPasspointManagerTest.java119 @Mock PasspointObjectFactory mObjectFactory; field in class:PasspointManagerTest
133 when(mObjectFactory.makeAnqpCache(mClock)).thenReturn(mAnqpCache);
134 when(mObjectFactory.makeANQPRequestManager(any(), eq(mClock)))
136 when(mObjectFactory.makeCertificateVerifier()).thenReturn(mCertVerifier);
138 mSimAccessor, mObjectFactory, mWifiConfigManager, mWifiConfigStore);
141 verify(mObjectFactory).makePasspointEventHandler(any(WifiNative.class),
145 verify(mObjectFactory).makePasspointConfigStoreData(
254 when(mObjectFactory.makePasspointProvider(eq(config), eq(mWifiKeyStore),
474 when(mObjectFactory.makePasspointProvider(eq(config), eq(mWifiKeyStore),
509 when(mObjectFactory
[all...]

Completed in 44 milliseconds