Home
last modified time | relevance | path

Searched refs:flushPasspointAnqpCache (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DIWifiManager.aidl337 void flushPasspointAnqpCache(String packageName); in flushPasspointAnqpCache() method
H A DWifiManager.java8066 public void flushPasspointAnqpCache() { in flushPasspointAnqpCache() method in WifiManager
8068 mService.flushPasspointAnqpCache(mContext.getOpPackageName()); in flushPasspointAnqpCache()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DBaseWifiService.java772 public void flushPasspointAnqpCache(@NonNull String packageName) { in flushPasspointAnqpCache() method in BaseWifiService
H A DWifiServiceImpl.java5382 public void flushPasspointAnqpCache(@NonNull String packageName) {
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DWifiManagerTest.java3341 mWifiManager.flushPasspointAnqpCache(); in testFlushPasspointAnqpCache()
3342 verify(mWifiService).flushPasspointAnqpCache(anyString()); in testFlushPasspointAnqpCache()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiServiceImplTest.java7927 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()
/aosp12/packages/modules/Wifi/framework/api/
H A Dcurrent.txt361 …, android.Manifest.permission.NETWORK_CARRIER_PROVISIONING}) public void flushPasspointAnqpCache();