Home
last modified time | relevance | path

Searched refs:makeAnqpCache (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointObjectFactory.java96 public AnqpCache makeAnqpCache(Clock clock) { in makeAnqpCache() method in PasspointObjectFactory
DPasspointManager.java309 mAnqpCache = objectFactory.makeAnqpCache(clock); in PasspointManager()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java190 when(mObjectFactory.makeAnqpCache(mClock)).thenReturn(mAnqpCache); in setUp()