Searched refs:flushPasspointAnqpCache (Results 1 – 7 of 7) sorted by relevance
432 void flushPasspointAnqpCache(String packageName); in flushPasspointAnqpCache() method
974 public void flushPasspointAnqpCache(@NonNull String packageName) { in flushPasspointAnqpCache() method in BaseWifiService
11107 public void flushPasspointAnqpCache() { in flushPasspointAnqpCache() method in WifiManager11109 mService.flushPasspointAnqpCache(mContext.getOpPackageName()); in flushPasspointAnqpCache()
3615 mWifiManager.flushPasspointAnqpCache(); in testFlushPasspointAnqpCache()3616 verify(mWifiService).flushPasspointAnqpCache(anyString()); in testFlushPasspointAnqpCache()
9863 mWifiServiceImpl.flushPasspointAnqpCache(mContext.getPackageName()); in testFlushPasspointAnqpCacheThrowsSecurityExceptionOnMissingPermissions()9878 mWifiServiceImpl.flushPasspointAnqpCache(TEST_PACKAGE_NAME); in testFlushPasspointAnqpCacheWithDoPermissions()9894 mWifiServiceImpl.flushPasspointAnqpCache(TEST_PACKAGE_NAME); in testFlushPasspointAnqpCacheWithPoPermissions()9910 mWifiServiceImpl.flushPasspointAnqpCache(TEST_PACKAGE_NAME); in testFlushPasspointAnqpCache()
456 ….permission.NETWORK_CARRIER_PROVISIONING}, conditional=true) public void flushPasspointAnqpCache();
7597 public void flushPasspointAnqpCache(@NonNull String packageName) {