Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl432 void flushPasspointAnqpCache(String packageName); in flushPasspointAnqpCache() method
DBaseWifiService.java974 public void flushPasspointAnqpCache(@NonNull String packageName) { in flushPasspointAnqpCache() method in BaseWifiService
DWifiManager.java11107 public void flushPasspointAnqpCache() { in flushPasspointAnqpCache() method in WifiManager
11109 mService.flushPasspointAnqpCache(mContext.getOpPackageName()); in flushPasspointAnqpCache()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java3615 mWifiManager.flushPasspointAnqpCache(); in testFlushPasspointAnqpCache()
3616 verify(mWifiService).flushPasspointAnqpCache(anyString()); in testFlushPasspointAnqpCache()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java9863 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()
/packages/modules/Wifi/framework/api/
Dcurrent.txt456 ….permission.NETWORK_CARRIER_PROVISIONING}, conditional=true) public void flushPasspointAnqpCache();
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java7597 public void flushPasspointAnqpCache(@NonNull String packageName) {