Home
last modified time | relevance | path

Searched refs:refreshPlatformVpnAppExclusionList (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/VpnTests/java/com/android/server/
DVpnManagerServiceTest.java184 verify(mVpn, never()).refreshPlatformVpnAppExclusionList(); in testUpdateAppExclusionList()
188 verify(mVpn, never()).refreshPlatformVpnAppExclusionList(); in testUpdateAppExclusionList()
192 verify(mVpn).refreshPlatformVpnAppExclusionList(); in testUpdateAppExclusionList()
196 verify(mVpn, times(2)).refreshPlatformVpnAppExclusionList(); in testUpdateAppExclusionList()
/frameworks/base/services/core/java/com/android/server/
DVpnManagerService.java893 vpn.refreshPlatformVpnAppExclusionList(); in onPackageRemoved()
908 vpn.refreshPlatformVpnAppExclusionList(); in onPackageAdded()
/frameworks/base/services/tests/VpnTests/java/com/android/server/connectivity/
DVpnTest.java1148 vpn.refreshPlatformVpnAppExclusionList(); in testRefreshPlatformVpnAppExclusionList_updatesExcludedUids()
1165 vpn.refreshPlatformVpnAppExclusionList(); in testRefreshPlatformVpnAppExclusionList_updatesExcludedUids()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java4329 public synchronized void refreshPlatformVpnAppExclusionList() { in refreshPlatformVpnAppExclusionList() method in Vpn