OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeAnqpCache
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointObjectFactory.java
75
public AnqpCache
makeAnqpCache
(Clock clock) {
PasspointManager.java
216
mAnqpCache = objectFactory.
makeAnqpCache
(clock);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointManagerTest.java
133
when(mObjectFactory.
makeAnqpCache
(mClock)).thenReturn(mAnqpCache);
[
all
...]
Completed in 76 milliseconds