HomeSort by relevance Sort by last modified time
    Searched refs:makeAnqpCache (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointObjectFactory.java 82 public AnqpCache makeAnqpCache(Clock clock) {
PasspointManager.java 210 mAnqpCache = objectFactory.makeAnqpCache(clock);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointManagerTest.java 155 when(mObjectFactory.makeAnqpCache(mClock)).thenReturn(mAnqpCache);
    [all...]

Completed in 811 milliseconds