Searched refs:flushPasspointAnqpCache (Results 1 – 7 of 7) sorted by relevance
337 void flushPasspointAnqpCache(String packageName); in flushPasspointAnqpCache() method
8066 public void flushPasspointAnqpCache() { in flushPasspointAnqpCache() method in WifiManager8068 mService.flushPasspointAnqpCache(mContext.getOpPackageName()); in flushPasspointAnqpCache()
772 public void flushPasspointAnqpCache(@NonNull String packageName) { in flushPasspointAnqpCache() method in BaseWifiService
5382 public void flushPasspointAnqpCache(@NonNull String packageName) {
3341 mWifiManager.flushPasspointAnqpCache(); in testFlushPasspointAnqpCache()3342 verify(mWifiService).flushPasspointAnqpCache(anyString()); in testFlushPasspointAnqpCache()
7927 mWifiServiceImpl.flushPasspointAnqpCache(mContext.getPackageName()); in testFlushPasspointAnqpCacheThrowsSecurityExceptionOnMissingPermissions()7942 mWifiServiceImpl.flushPasspointAnqpCache(TEST_PACKAGE_NAME); in testFlushPasspointAnqpCacheWithDoPermissions()7958 mWifiServiceImpl.flushPasspointAnqpCache(TEST_PACKAGE_NAME); in testFlushPasspointAnqpCacheWithPoPermissions()7974 mWifiServiceImpl.flushPasspointAnqpCache(TEST_PACKAGE_NAME); in testFlushPasspointAnqpCache()
361 …, android.Manifest.permission.NETWORK_CARRIER_PROVISIONING}) public void flushPasspointAnqpCache();